Expand description
An immutable set based on binary search tree
Structs§
- Difference
- Intersection
- Symmetric
Difference - TreeSet
- An immutable set based on weight-balanced binary tree. See https://yoichihirai.com/bst.pdf for the balancing algorithm.
- Union