• Search an index set using a binary search to find if a particular item is set.

    Parameters

    • searchValue: number

      The value to search for.

    • buffer: Uint32Array

      The index set to search in.

    • offset: number = 0

      The offset to the start of the range to search

    • Optionalend: number

      The end of the buffer.

    Returns boolean

    The closest found location.