Type Alias CompressedBinaryIndexedTree2d

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

Aliased Typeยง

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