alloy_primitives::map

Type Alias IndexMap

Source
pub type IndexMap<K, V, S = DefaultHashBuilder> = IndexMap<K, V, S>;
Available on crate feature map only.
Expand description

IndexMap using the default hasher.

See IndexMap for more information.

Aliased Typeยง

struct IndexMap<K, V, S = DefaultHashBuilder> { /* private fields */ }