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

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