Allocator.deallocate

Deallocates a previously-allocated memory block.

NOTE: Unlike in std.experimental.allocator, this method does not have to return anything.

interface Allocator
nothrow
void
deallocate
(
void[] memory
)