Module set

Source
Expand description

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 Aliases§

TreeSetIter
TreeSetRange
TreeSetRevIter