Function AllocAppender.reserve
Grows the capacity of the internal buffer so that it can hold a minumum amount of elements.
void reserve
(
size_t amount
) @safe;
Parameters
Name | Description |
---|---|
amount | The minimum amount of elements that shall be appendable without triggering a re-allocation. |