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

pub type Array3x3<A, B, C, S1 = Vec<A, Global>, S2 = Vec<B, Global>, S3 = Vec<C, Global>> = Array<[i32; 3], (Channel<A, S1>, Channel<B, S2>, Channel<C, S3>)>;