Unique.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Unique(Type, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
void
opAssign
(
T
)
(
Unique!(T, Allocator) other
)
if (
is(T : Type)
)
if (
isAllocator!Allocator
)

Meta