Module toolshed::set [] [src]

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.