indexmap_nostd

Module set

Source
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.