Module inout::inout_buf

source ·

Structs§

  • 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.
  • Iterator over InOutBuf.