This type represents an optional value for T.
This is a means of explicitly dealing with null values in every case.
Construct this object by wrapping a given value.
Reverse iteration is exactly the same as forward iteration.
Permit foreach over an option type.
Assign another value to this object.
Get the value from this object.
See Implementation
This type represents an optional value for T.
This is a means of explicitly dealing with null values in every case.