Search an index set using a binary search to find if a particular item is set.
The value to search for.
The index set to search in.
The offset to the start of the range to search
Optional
The end of the buffer.
The closest found location.
Search an index set using a binary search to find if a particular item is set.