OutBuffer.spread

At offset index into buffer, create nbytes of space by shifting upwards all data past index.

class OutBuffer
void
spread
(
size_t index
,
size_t nbytes
)
in { assert (index <= offset); }

Meta