Function symmetricDifference$

  • Obtain entries not present in both maps.

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map (updated)

    • y: Entries<K, V>

      another map

    Returns Map<K, V>

    x = x-y ∪ y-x

Generated using TypeDoc