• insert inserts the given key value pair in the map. If the key already exists (as determined by the given Eq instance), then the already existing key value pair is replaced.

    Complexity: O(n).

    Type Parameters

    • K

    • V

    Parameters

    Returns void

Generated using TypeDoc