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

pub type FastCompressibleChunkStorageNx2<N, By, A, B> = CompressibleChunkStorage<N, FastArrayCompression<N, FastChannelsCompression<By, (Channel<A, Vec<A, Global>>, Channel<B, Vec<B, Global>>)>>>;