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.
True if the item is in the set.
Search an index set using a binary search to find if a particular item is set.