Type Alias rspack_collections::UkeyIndexMap

source ·
pub type UkeyIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<UkeyHasher>>;

Aliased Type§

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