Unique.destroy

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

Meta