[][src]Module toolshed::set

Sets of values that can be used with the Arena.

Structs

BloomSet

A set of values with a bloom filter. This structure is using a BloomMap with value type set to () internally.

Set

A set of values. This structure is using a Map with value type set to () internally.

SetIter

An iterator over the elements in the set.