Module toolshed::set

source ·
Expand description

Sets of values that can be used with the Arena.

Structs

A set of values with a bloom filter. This structure is using a BloomMap with value type set to () internally.
A set of values. This structure is using a Map with value type set to () internally.
An iterator over the elements in the set.