remove method

V? remove(
  1. K key
)

Implementation

V? remove(K key) => _map.remove(key);