Unique.move

Undocumented in source. Be warned that the author may not have intended to support it.
struct Unique(T, Allocator = Mallocator)
@safe
Unique!(T, Allocator)
move
()
if (
isAllocator!Allocator &&
!isArray!T
)

Meta