Type Alias CompressedBinaryIndexedTree3d

Source
pub type CompressedBinaryIndexedTree3d<M, A, B, C> = CompressedBinaryIndexedTree<M, A, CompressedBinaryIndexedTree<M, B, CompressedBinaryIndexedTree<M, C, Tag<M>>>>;

Aliased Typeยง

pub struct CompressedBinaryIndexedTree3d<M, A, B, C> { /* private fields */ }