Unique.opAssign

Move from another smart pointer

struct Unique(UniqueType, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
void
opAssign
(
T
)
(
Unique!(T, Allocator) other
)
if (
is(T : Type)
)
if (
isAllocator!Allocator
)

Meta