Constructs an Option holding a Some<A>, representing an optional value that exists.
Option
Some<A>
The value to wrap in a Some
Some
A Some containing the value
Constructs an
Optionholding aSome<A>, representing an optional value that exists.