NSDictionary<K, V> typedef

NSDictionary<K, V> = Map<K, V>

Implementation

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