Nullable.get

inout(T) get() @property ref inout

Gets the value. this must not be in the null state. This function is also called for the implicit conversion to T.

Preconditions: isNull must be false.

Returns

The value held internally by this Nullable.