Module quickphf::set

source ·
Expand description

An immutable set constructed at compile time with perfect hashing.

Structs

  • A lazy iterator producing elements from the difference of two PhfSetss.
  • A lazy iterator producing elements from the intersection of two PhfSets.
  • An iterator over the elements of a PhfSet.
  • An immutable set constructed at compile time with perfect hashing.
  • A lazy iterator producing elements from the symmetric difference of two PhfSets.
  • A lazy iterator producing elements from the union of two PhfSets.