Quantizer.deallocate

Defined if ParentAllocator.deallocate exists and forwards to parent.deallocate(b.ptr[0 .. goodAllocSize(b.length)]).

struct Quantizer(ParentAllocator, alias roundingFunction)
static if(__traits(hasMember, ParentAllocator, "deallocate"))
bool
deallocate
(
void[] b
)

Meta