• remove removes a key from the set. If the key does not exist, then this does nothing.

    Complexity: O(log n)

    Type Parameters

    • K

    Parameters

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

    Returns void

Generated using TypeDoc