UniqueArray.opCast

"Truthiness" cast

struct UniqueArray(Type, Allocator = typeof(theAllocator))
const
bool
opCast
(
T
)
()
if (
is(T == bool)
)
if (
isAllocator!Allocator
)

Meta