Type Alias sway_types::FxIndexSet

source ·
pub type FxIndexSet<K> = IndexSet<K, FxBuildHasher>;

Aliased Type§

struct FxIndexSet<K> { /* private fields */ }