[][src]Crate rbtset

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

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.