Module rpds::set::red_black_tree_set [] [src]

Modules

serde

Structs

RedBlackTreeSet

A persistent set with structural sharing. This implementation uses a red-black tree and supports fast insert(), remove(), and contains().

Type Definitions

Iter