Module tinyset::tinyset [] [src]

A set that is compact in size.

Structs

IntoIter

An iterator for TinySet.

Iter

An iterator for TinySet.

TinySet

A set implemented for types that have an invalid value

Traits

HasInvalid

Trait for any type that can be converted to a usize. This could actually be a hash function, but we will assume that it is fast, so I'm not calling it Hash.