Module wasmparser::collections::set

source ·
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.