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

pub type CompressibleChunkMap3x4<By, A, B, C, D> = ChunkMap<[i32; 3], (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>>)>, CompressibleChunkStorage<[i32; 3], FastArrayCompression<[i32; 3], FastChannelsCompression<By, (Channel<A, Vec<A, Global>>, Channel<B, Vec<B, Global>>, Channel<C, Vec<C, Global>>, Channel<D, Vec<D, Global>>)>>>>;