• Combines two Maps into another one. If there are duplicate keys, the ones in left will take precedence.

    Type Parameters

    • K

    • V

    Parameters

    • left: Map<K, V>

      Left hand side to be combined, taking precedence.

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

    A new Map with entries came from both of them.

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

        • right: Map<K, V>

        Returns Map<K, V>

Generated using TypeDoc