Type Alias sway_types::FxIndexMap

source ·
pub type FxIndexMap<K, V> = IndexMap<K, V, FxBuildHasher>;

Aliased Type§

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