Trait array_math::ArrayNd
pub trait ArrayNd<const DEPTH: usize>: Array {
type ItemNd;
const DIMENSIONS: [usize; DEPTH];
const FLAT_LENGTH: usize;
}
Required Associated Types§
type ItemNd
Required Associated Constants§
const DIMENSIONS: [usize; DEPTH]
const FLAT_LENGTH: usize
Object Safety§
This trait is not object safe.