Function concat$

  • Append entries from maps, preferring last.

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map (updated)

    • Rest ...ys: Entries<K, V>[]

      other maps

    Returns Map<K, V>

    x = x ∪ y₀ ∪ y₁ ∪ ... | [y₀, y₁, ...] = ys

Generated using TypeDoc