decrement method

void decrement(
  1. K key
)

Decrements the counter of key.

Implementation

void decrement(K key) => _get(key).count--;