NullableRef.bind
void bind(T * value) @safe pure nothrowBinds the internal state to value.
Parameters
value | A pointer to a value of type T to bind this NullableRef to. |
void bind(T * value) @safe pure nothrowBinds the internal state to value.
value | A pointer to a value of type T to bind this NullableRef to. |