Unique.opAssign

Transfer ownership from a Unique of a type that is convertible to our type.

struct Unique(T)
void
opAssign
(
U
)
()
if (
is(u.RefT : RefT)
)

Meta