Struct ndarray::Shape [−][src]
pub struct Shape<D> { /* fields omitted */ }
Expand description
A contiguous array shape of n dimensions.
Either c- or f- memory ordered (c a.k.a row major is the default).
Implementations
Trait Implementations
Auto Trait Implementations
impl<D> RefUnwindSafe for Shape<D> where
D: RefUnwindSafe,
impl<D> UnwindSafe for Shape<D> where
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more