pub type HashSet<K> = HashSet<K, RandomState>;
Expand description
Wasmparser-specific type alias for hash set.
Aliased Typeยง
struct HashSet<K> { /* private fields */ }
pub type HashSet<K> = HashSet<K, RandomState>;
Wasmparser-specific type alias for hash set.
struct HashSet<K> { /* private fields */ }