inout
0.1.3
Module inout_
buf
Structs
In crate inout
Module
inout
::
inout_buf
Copy item path
source
·
[
−
]
Structs
§
InOut
Buf
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.
InOut
BufIter
Iterator over
InOutBuf
.