Both methods essentially look up the desired bit and search linearly
backwards from that position. The allowed parameters and return values
match those of the JDK's BitSet.
Wow, thanks, that was fast. I think may have put a bug into previousOnClear when the value is just off the end of one of the arrays so there may be a follow PR on this.
Both methods essentially look up the desired bit and search linearly backwards from that position. The allowed parameters and return values match those of the JDK's BitSet.