Module wasmtime_environ::wasmparser::collections::set
source · Expand description
Type definitions for a default set.
Structs§
- A lazy iterator producing elements in the difference of
Set
s. - A lazy iterator producing elements in the intersection of
Set
s. - An iterator over the owned items of an
Set
. - An iterator over the items of a
Set
. - A default set of values.
- A lazy iterator producing elements in the symmetric difference of
Set
s. - A lazy iterator producing elements in the union of
Set
s.