Expand description

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

Structs

A b-tree set where the iteration order of the values is independent of the ordering of the values.

An owning iterator over the items of a IndexSet.

An iterator over the items of a IndexSet.