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

pub type ChunkMapBuilder3x2<A, B> = ChunkMapBuilderNxM<[i32; 3], (A, B), (Channel<A, Vec<A, Global>>, Channel<B, Vec<B, Global>>)>;