Trait mdarray::Format[][src]

pub trait Format: Copy + Debug + Default {
    type NonDense: NonDense;
    type UnitStrided: UnitStrided;
}
Expand description

Array format trait.

Associated Types

General or strided array format.

Dense or general array format.

Implementors