AllocAppender.reserve

void reserve(size_t amount) @safe

Grows the capacity of the internal buffer so that it can hold a minumum amount of elements.

Parameters

amountThe minimum amount of elements that shall be appendable without triggering a re-allocation.