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

pub type Array2x2<A, B, S1 = Vec<A, Global>, S2 = Vec<B, Global>> = Array<[i32; 2], (Channel<A, S1>, Channel<B, S2>)>;