Crate iter_set_ops

source ·

Structs§

Functions§

  • Iterates over the intersection of many sorted deduplicated iterators.
  • Iterates over the intersection of many sorted deduplicated iterators, using cmp as the comparison operator.
  • Iterates over the intersection of many sorted deduplicated iterators and groups equal items into a Vec.
  • Iterates over the intersection of many sorted deduplicated iterators and groups equal items into a Vec, using cmp as the comparison operator.
  • Iterates over the union of many sorted deduplicated iterators.
  • Iterates over the union of many sorted deduplicated iterators, using cmp as the comparison operator.
  • Iterates over the union of many sorted deduplicated iterators and groups equal items with their indices into a Vec.
  • Iterates over the union of many sorted deduplicated iterators and groups equal items with their indices into a Vec, using cmp as the comparison operator.