Struct ndarray::iter::Indices [−][src]
pub struct Indices<D> where
D: Dimension, { /* fields omitted */ }
Expand description
Indices producer and iterable.
Indices
is an NdProducer
that produces the indices of an array shape.
Trait Implementations
Auto Trait Implementations
impl<D> RefUnwindSafe for Indices<D> where
D: RefUnwindSafe,
impl<D> UnwindSafe for Indices<D> where
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more