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

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