Trait mdarray::Format [−][src]
pub trait Format: Copy + Debug + Default {
type NonDense: NonDense;
type UnitStrided: UnitStrided;
}Expand description
Array format trait.
Associated Types
type UnitStrided: UnitStrided
type UnitStrided: UnitStrided
Dense or general array format.
