Module wasmtime_environ::wasmparser::collections::set

Expand description

Type definitions for a default set.

Structsยง

  • A lazy iterator producing elements in the difference of Sets.
  • A lazy iterator producing elements in the intersection of Sets.
  • 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 Sets.
  • A lazy iterator producing elements in the union of Sets.