Checks whether an Option has no value.
Option
Value to evaluate.
Returns true if the passed option is a None. Otherwise, it returns false.
true
None
false
Checks whether an
Option
has no value.