Type guard that checks if an Option is Some<A>.
Option
Some<A>
The Option to check
true if the Option is Some<A>, false if it is None
true
false
None
Type guard that checks if an
Option
isSome<A>
.