Appender.reserve

Reserve at least newCapacity elements for appending. Note that more elements may be reserved than requested. If newCapacity <= capacity, then nothing is done.

struct Appender(A)
void
reserve
()

Parameters

newCapacity size_t

the capacity the Appender should have

Meta