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