• insert adds a key in the set.

    Complexity: O(log n)

    Type Parameters

    • K

    Parameters

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

    Returns void

Generated using TypeDoc