Expand description

rayon-based parallel iterator types for hash sets. You will rarely need to interact with it directly unless you have need to name one of the iterator types.

Structs

Parallel iterator over elements of a consumed set.

Parallel iterator over shared references to elements in the difference of sets.

Parallel draining iterator over entries of a set.

Parallel iterator over shared references to elements in the intersection of sets.

Parallel iterator over shared references to elements in a set.

Parallel iterator over shared references to elements in the symmetric difference of sets.

Parallel iterator over shared references to elements in the union of sets.