Std.FenwickTree.FenwickTree
1 declaration
type
FenwickTreeThis declaration introduces a public type.
What it does
A low-level Binary Indexed Tree for O(log n) prefix sums and point updates.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
