Struct ndarray::WholeChunksMut [] [src]

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

Whole chunks producer and iterable.

See .whole_chunks_mut() for more information.

Trait Implementations

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

Dimension type

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 WholeChunksMut<'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?

Creates an iterator from a value. Read more