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

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