NullableRef.opAssign
void opAssign()(T value) if (isAssignable!T)Assigns value to the internally-held state.
Parameters
value | A value of type T to assign to this NullableRef. If the internal state of this NullableRef has not been initialized, an error will be thrown in non-release mode. |