Rebindable.move

Move-return the stored value by value. This is equivalent to get followed by destroy.

This operation invalidates the Rebindable. Until set is called again, move and get are undefined.

struct Rebindable(T)
@safe
CopyConstness!(This, T)
move
(
this This
)
()

Meta