Struct ndarray::iter::ExactChunksMut [] [src]

pub struct ExactChunksMut<'a, A: 'a, D> { /* fields omitted */ }

Exact chunks producer and iterable.

See .exact_chunks_mut() for more information.

Trait Implementations

impl<'a, A, D: Dimension> NdProducer for ExactChunksMut<'a, A, D>
[src]

The element produced per iteration.

Dimension type

[src]

This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more

impl<'a, A, D> IntoIterator for ExactChunksMut<'a, A, D> where
    D: Dimension,
    A: 'a, 
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more