Struct ndarray::WholeChunks [] [src]

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

Whole chunks producer and iterable.

See .whole_chunks() for more information.

Trait Implementations

impl<'a, A, D: Dimension> NdProducer for WholeChunks<'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: Clone> Clone for WholeChunks<'a, A, D>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, A, D> IntoIterator for WholeChunks<'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