Module reserved

Source

Structsยง

InOutBufReserved
Custom slice type which references one immutable (input) slice and one mutable (output) slice. Input and output slices are either the same or do not overlap. Length of the output slice is always equal or bigger than length of the input slice.
PaddedInOutBuf
Variant of InOutBuf with optional padded tail block.