Functions

Creates an iterator that yields indices of nodes that make up the prefix sum up to init in a one-based Fenwick tree.

Creates an iterator that yields indices of nodes that need to be updated when updating an element in the original array in a one-based Fenwick tree with limit_inclusive elements.