Dictionary<K, V> typedef

Dictionary<K, V> = Map<K, V>

C# Alias for Map<K, V>

Implementation

typedef Dictionary<K, V> = Map<K, V>;