• remove removes a key (and its corresponding value) in the map. If the key does not exist, then this does nothing.

    Complexity: O(log n)

    Type Parameters

    • K

    • V

    Parameters

    • ordDict: Ord<K>
    • key: K
    • map: Map<K, V>

    Returns void

Generated using TypeDoc