If everything were in my control, I wouldn't even ...
# language-proposals
k
If everything were in my control, I wouldn't even have
Optional<T>
anywhere because they'd all just be
T?
. But an extension with a nullable receiver could help when consuming really bad APIs that might even return null optionals...