Module inout_buf

Source

Structsยง

InOutBuf
Custom slice type which references one immutable (input) slice and one mutable (output) slice of equal length. Input and output slices are either the same or do not overlap.
InOutBufIter
Iterator over InOutBuf.