Module set

Source
Expand description

An ordered set based on a B-Tree that keeps insertion order of elements.

Structsยง

IndexSet
A b-tree set where the iteration order of the values is independent of the ordering of the values.
IntoIter
An owning iterator over the items of a IndexSet.
Iter
An iterator over the items of a IndexSet.