MapImpl

Type Alias MapImpl 

Source
type MapImpl<K, V> = IndexMap<K, V>;

Aliased Typeยง

struct MapImpl<K, V> { /* private fields */ }