Array3

Type Alias Array3 

Source
pub type Array3<A> = ArrayBase<OwnedRepr<A>, Dim<[usize; 3]>>;
Expand description

three-dimensional array

Aliased Typeยง

pub struct Array3<A> { /* private fields */ }