Releases any memory used.
This will invalidate any references returned by the [] operator.
A destructor is not used, because that would make it not POD
(Plain Old Data) and it could not be placed in registers.
structDataBuffer(T, alias realloc = core.stdc.stdlib.realloc)
Releases any memory used. This will invalidate any references returned by the [] operator. A destructor is not used, because that would make it not POD (Plain Old Data) and it could not be placed in registers.