PresetBank.appendStateChunkFromCurrentState

Gets a state chunk to save the current state, but provide a Vec to append to.

Existing chunk content is preserved and appended to.

This is faster than allocating a new state chunk everytime.

class PresetBank
nothrow @nogc
void
appendStateChunkFromCurrentState
(
ref Vec!ubyte chunk
)

Meta