AllocatorList.deallocate

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

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

Meta