Type Definition building_blocks::prelude::Array3x1[][src]

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