Aug 31, 2018 · 1 min read
Disabling the automatic unwrapping doesn’t help much in that case: if I have already written findUserByName(user.password) I’d probably add .value or the “unlifting” .toString() call.
Disabling the automatic unwrapping doesn’t help much in that case: if I have already written findUserByName(user.password) I’d probably add .value or the “unlifting” .toString() call.