Module wasmtime_environ::wasmparser::collections::index_map
source · Expand description
Type definitions for an ordered map.
Structs§
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- An iterator over the owned items of an
IndexMap
. - An iterator over the items of a
IndexMap
. - An iterator over the mutable items of a
IndexMap
. - An iterator over the keys of a
IndexMap
. - A view into an occupied entry in a
IndexMap
. - A view into a vacant entry in a
IndexMap
. - An iterator over the values of a
IndexMap
. - An mutable iterator over the values of a
IndexMap
.
Enums§
- A view into a single entry in a
IndexMap
, which may either be vacant or occupied.