map<K, V> static method

TypeTree map<K, V>()

Implementation

static TypeTree map<K,V>() => TypeTreeN<Map>([terminal<K>(), terminal<V>()]);