operator [] method

Set<V> operator [](
  1. K key
)

Implementation

Set<V> operator [](K key) => _maps[key] ?? <V>{};