Struct Subspace :: sus :: collections :: SliceIterMut
An iterator over a contiguous array of objects with mutable access to them.
This type is returned from Vec::iter_mut()
and Slice::iter_mut()
among
others.
Methods
Returns a mutable slice of the items left to be iterated, consuming the iterator.
sus::iter::ExactSizeIterator trait.