Creates an Option from any value. Alias for Option function.
The type of the value
The value to wrap
Some(value) if value is defined, None otherwise
Creates an Option from any value. Alias for Option function.