Find index (starting at currIx) of first bit that equals value.
true if index was found (hit index is put into nextIx), false otherwise.
TODO: block-optimize for large BitSets
See Implementation
Find index (starting at currIx) of first bit that equals value.