• member returns true if the given key is in the set, and returns false otherwise

    Complexity: O(log n)

    Type Parameters

    • K

    Parameters

    • ordDict: Ord<K>
    • key: Readonly<K>
    • set: Readonly<Set<K>>

    Returns boolean

Generated using TypeDoc