Struct ndarray::iter::ExactChunks  [−][src]
pub struct ExactChunks<'a, A, D> { /* fields omitted */ }Expand description
Exact chunks producer and iterable.
See .exact_chunks() for more
information.
Trait Implementations
Auto Trait Implementations
impl<'a, A, D> RefUnwindSafe for ExactChunks<'a, A, D> where
    A: RefUnwindSafe,
    D: RefUnwindSafe, 
impl<'a, A, D> Send for ExactChunks<'a, A, D> where
    A: Sync,
    D: Send, 
impl<'a, A, D> Sync for ExactChunks<'a, A, D> where
    A: Sync,
    D: Sync, 
impl<'a, A, D> Unpin for ExactChunks<'a, A, D> where
    D: Unpin, 
impl<'a, A, D> UnwindSafe for ExactChunks<'a, A, D> where
    A: RefUnwindSafe,
    D: UnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more