Nullable.Nullable.get
inout(T) get() @property ref inoutGets 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