SpanIter

An iterator struct over a span collection.

Fully qualified path: core::array::SpanIter

pub struct SpanIter<T> {
    span: Span<T>,
}