A simple nullable type, where a boolean flag indicates whether a value is present.
Constructs an optional with a given value.
Determines if a value is not present.
Whether the value is present.
The value that's present, if any.
See Implementation
A simple nullable type, where a boolean flag indicates whether a value is present.