Expand description

A set that is compact in size.

Structs

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

Traits

This describes a type which can be stored in 64 bits without loss. It is defined for all signed and unsigned integer types, as well as char. In each case, we store sets consisting exclusively of “small” integers efficiently.

Functions

A utility function that is useful for testing your Fits64 implentation.