Outbuffer.reserve

Make sure we have at least nbytes available for writing, allocate more if necessary. This is the inlinable fast path. Prefer enlarge if allocation will always happen.

struct Outbuffer
nothrow
void
reserve
(
size_t nbytes
)

Meta