Uniq.opAssign

Transfer ownership from a Uniq of a type that is convertible to our type. u can only be a rvalue because postblit is disabled.

struct Uniq(T)
void
opAssign
(
U
)
()
if (
is(U : T)
)
if (
is(T : Disposable) &&
!hasMemberFunc!(T, "release")
)

Meta