Struct ndarray::IxDynImpl [−][src]
pub struct IxDynImpl(_);
Expand description
Dynamic dimension or index type.
Use IxDyn
directly. This type implements a dynamic number of
dimensions or indices. Short dimensions are stored inline and don’t need
any dynamic memory allocation.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more