AllocatorList.deallocate

Defined if Allocator.deallocate and Allocator.owns are defined.

struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator)
static if(__traits(hasMember, Allocator, "deallocate") && __traits(hasMember, Allocator, "owns"))
bool
deallocate
(
void[] b
)

Meta