Functions

Creates an iterator that yields indices of nodes that make up the prefix sum up to init in a zero-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 zero-based Fenwick tree with limit_exclusive elements.