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

pub type Array3x6<A, B, C, D, E, F, S1 = Vec<A, Global>, S2 = Vec<B, Global>, S3 = Vec<C, Global>, S4 = Vec<D, Global>, S5 = Vec<E, Global>, S6 = Vec<F, Global>> = Array<[i32; 3], (Channel<A, S1>, Channel<B, S2>, Channel<C, S3>, Channel<D, S4>, Channel<E, S5>, Channel<F, S6>)>;