OutBuffer.spread

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

class OutBuffer
pure nothrow @safe
void
spread
(
size_t index
,
size_t nbytes
)

Meta