Struct ndarray::iter::ExactChunksMut [−][src]
pub struct ExactChunksMut<'a, A, D> { /* fields omitted */ }
Expand description
Exact chunks producer and iterable.
See .exact_chunks_mut()
for more information.
Trait Implementations
type Item = ArrayViewMut<'a, A, D>
type Item = ArrayViewMut<'a, A, D>
The element produced per iteration.
type Dim = D
type Dim = D
Dimension type
This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more