Struct ndarray::iter::LanesMut [−][src]
pub struct LanesMut<'a, A, D> { /* fields omitted */ }
Expand description
See .lanes_mut()
for more information.
Trait Implementations
type Item = ArrayViewMut<'a, A, Ix1>
type Item = ArrayViewMut<'a, A, Ix1>
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