Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Treat the position vs value consistently for IntBitSet. The position is what find(value) returns; the value is what get(position) returns. These are the same if the offset is 0, otherwise, they're different - the position is the value - offset.