Module im::set [] [src]

Ordered Set

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

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

Structs

Iter
Set