pub type CompressedBinaryIndexedTree4d<M, A, B, C, D> = CompressedBinaryIndexedTree<M, A, CompressedBinaryIndexedTree<M, B, CompressedBinaryIndexedTree<M, C, CompressedBinaryIndexedTree<M, D, Tag<M>>>>>;
Aliased Typeยง
pub struct CompressedBinaryIndexedTree4d<M, A, B, C, D> { /* private fields */ }