returns the difference between this map and another
Map<K, V> difference(Map<K, V> other) => mapDifference(this, other);