Type Alias Array6

Source
pub type Array6<A> = Array<A, Ix6>;
Expand description

six-dimensional array

Aliased Typeยง

struct Array6<A> { /* private fields */ }