CostEstimator<K, V> typedef
CostEstimator<K, V> =
int Function(K key, V value)
Implementation
typedef CostEstimator<K, V> = int Function(K key, V value);
typedef CostEstimator<K, V> = int Function(K key, V value);