Crate sets[][src]

Modules

Structs

Struct holding a borrowed unordered set and its sort index. Thus it is an index ordered set (ascending or descending).

Ordered Set, holding an explicitly sorted (ascending or descending) generic Vec. Often is the output of some process.

Struct holding a borrowed unordered set and a vector of its ranks (ascending or descending).

Unordered set holding a generic Vec. Usually is the initial input.

Traits

Methods for the set structs.