Type Alias pubgrub::type_aliases::Map

source ·
pub type Map<K, V> = FxHashMap<K, V>;
Expand description

Map implementation used by the library.

Aliased Type§

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