advanceToLowerBound moves an iterator to the first bit set at, or after,
the given index. This can be faster than doing IntervalMap::find.
rdar://60046261
Differential D76466
[ADT] CoalescingBitVector: Add advanceToLowerBound iterator operation vsk on Mar 19 2020, 4:56 PM. Authored by
Details advanceToLowerBound moves an iterator to the first bit set at, or after, rdar://60046261
Diff Detail |
The doxygen comment of find() doesn't actually say what its complexity is. Might be nice to add that information.