toNullOr
Maps each argument to null
if it is already null
and if not, then ...
... what happens otherwise needs to be specified in the next step.
Notice, a future version might constrain T with a lower bound Nothing?
.
Maps each argument to null
if it is already null
and if not, then ...
... what happens otherwise needs to be specified in the next step.
Notice, a future version might constrain T with a lower bound Nothing?
.