Vector.reserve

Reserve memory to avoid allocations when appending

struct Vector(E, Allocator = typeof(theAllocator))
void
reserve
()
if (
isAllocator!Allocator
)

Meta