Type Definition reparser::def::Map[][src]

type Map<K, V> = BTreeMap<K, V>;