3 comments

[ 2.2 ms ] story [ 15.1 ms ] thread
So we now have explicit optional to go with implicit optional. Still looking for an explicit not-optional where the compiler will complain when a possibly-null value is passed in :(
"How to remove null checks and then add them back again as a library feature."

The difference being, of course, that having an Optional type forces you to check if it's null or not before getting at the underlying object.