Function Option.get_

Returns the encapsulated value.

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

Returns

Value encapsulated in this Option.

See Also

or.

Precondition

!isNothing.