Function Option.get

Returns the encapsulated value.

inout ref inout(T) get() @property;

Returns

Value encapsulated in this Option.

See Also

or.

Precondition

!isNothing.