Array3x1

Type Alias Array3x1 

Source
pub type Array3x1<A, S1 = Vec<A>> = Array<[i32; 3], Channel<A, S1>>;

Aliased Typeยง

pub struct Array3x1<A, S1 = Vec<A>> { /* private fields */ }