Crate rbtset

Crate rbtset 

Source
Expand description

A set based on a RB-Tree for efficient operations.

All details and examples can be found in the main struct documentation.

Structs§

Iter
Created with the method iter or with iter_from for partial iterations.
IterValues
Created with the method values or with values_from for partial iterations.
Node
Type of the tree elements containing the actuel data.
RBTreeSet
A set based on a RB-Tree for efficient operations.

Traits§

Consecutive
An interface for dealing with consecutive data.