operator []= method

void operator []=(
  1. K key,
  2. V value
)
inherited

Implementation

void operator []=(K key, V value) => _map[key] = value;