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