• Inserts a new entry with the key and value to the Map object immutably. If there is already an entry with the key, it will be overwritten.

    Type Parameters

    • K

    Parameters

    • key: K

      Key to relate insertion.

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

    A new one with the inserted entry.

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

        • V

        Parameters

        • value: V

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

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

            • m: Map<K, V>

            Returns Map<K, V>

Generated using TypeDoc