indexmap_
nostd
0.4.0
Module set
Module Items
Structs
In crate indexmap_
nostd
indexmap_nostd
Module
set
Copy item path
Source
Expand description
An ordered set based on a B-Tree that keeps insertion order of elements.
Structs
ยง
Index
Set
A b-tree set where the iteration order of the values is independent of the ordering of the values.
Into
Iter
An owning iterator over the items of a
IndexSet
.
Iter
An iterator over the items of a
IndexSet
.