Skip to main content

ArrayRef3

Type Alias ArrayRef3 

Source
pub type ArrayRef3<A> = ArrayRef<A, Dim<[usize; 3]>>;
Expand description

three-dimensional array reference

Aliased Typeยง

pub struct ArrayRef3<A>(/* private fields */);