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