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