Unique.valid

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

Meta