• Removes an entry with the key, or does nothing if there isn't.

    Type Parameters

    • K

    Parameters

    • key: K

      Key of entry to remove.

    Returns (<V>(m) => Map<K, V>)

    A new Map without the specified entry, or as is if there isn't.

      • <V>(m): Map<K, V>
      • Type Parameters

        • V

        Parameters

        • m: Map<K, V>

        Returns Map<K, V>

Generated using TypeDoc