Open
Description
I think at least Option.ofNullable
should be added.
@mausch did a whole module some years ago, I don't think we should add all of them. Remember that Nullable are restricted to non value types, so things like Option.map
would break.