Module tinyset::u64set [] [src]

A set that is compact in size.

Structs

Set64

A set type that can store any type that fits in a u64.

U64Set

A set implemented of u64 elements

Enums

Iter

An iterator for U64Set.

Traits

Fits64

This describes a type which can be stored in 64 bits without loss. It is defined for all signed and unsigned integer types. In both cases, we store "small" integers as "small" u64s.