NullableRef.bind

void bind(T * value) @safe pure nothrow

Binds the internal state to value.

Parameters

valueA pointer to a value of type T to bind this NullableRef to.