Buffer.reserve

Ensures buffer has enough capacity to hold specified length but does not modify effective length.

struct Buffer(T)
void
reserve
(
size_t new_length
)

Parameters

new_length size_t

length to extend capacity to

Meta