Module im::ordset [] [src]

An ordered set.

An immutable ordered set implemented as a balanced 2-3 tree.

This is implemented as an OrdMap with no values, so it shares the exact performance characteristics of OrdMap.

Structs

Iter
OrdSet