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

pub type Array2x4<A, B, C, D, S1 = Vec<A, Global>, S2 = Vec<B, Global>, S3 = Vec<C, Global>, S4 = Vec<D, Global>> = Array<[i32; 2], (Channel<A, S1>, Channel<B, S2>, Channel<C, S3>, Channel<D, S4>)>;