inout
0.1.3
Module inout_buf
Structs
In crate inout
Module
inout
::
inout_buf
Copy item path
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
.