operator - method

Map<K, V> operator -(
  1. K k
)

Implementation

Map<K, V> operator -(K k) => {...this}..remove(k);