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