wasmtime_environ::prelude

Type Alias 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 */ }