Type Alias wasmtime_environ::wasmparser::map::IndexSet
source · pub type IndexSet<K> = IndexSet<K, RandomState>;
Expand description
Wasmparser-specific type alias for an ordered set.
Aliased Type§
struct IndexSet<K> { /* private fields */ }