Module immutable_map::set [] [src]

An immutable set based on binary search tree

Structs

Difference
Intersection
SymmetricDifference
TreeSet

An immutable set based on weight-balanced binary tree. See https://yoichihirai.com/bst.pdf for the balancing algorithm.

Union

Type Definitions

TreeSetIter
TreeSetRange
TreeSetRevIter