Expand description
An ordered map where the keys are part of the values, based on a B-Tree.
For more information, see IdOrdMap.
Structs§
- IdOrdMap 
- An ordered map where the keys are part of the values, based on a B-Tree.
- IntoIter 
- An iterator over the elements of a IdOrdMapby ownership.
- Iter
- An iterator over the elements of an IdOrdMapby shared reference.
- IterMut
- An iterator over the elements of a IdOrdMapby mutable reference.
- OccupiedEntry 
- A view into an occupied entry in an IdOrdMap. Part of theEntryenum.
- RefMut
- A mutable reference to an IdOrdMapentry.
- VacantEntry 
- A vacant entry.