Module map

Source
Expand description

A hash map ordered by key using a linked hash set

Structs§

Drain
An iterator to drain the contents of an OrdHashMap
DrainWhile
An iterator to drain the contents of an OrdHashMap conditionally
IntoIter
An iterator over the contents of an OrdHashMap
IntoValues
An owned iterator over the values in an OrdHashMap
Iter
An iterator over the entries in an OrdHashMap
Keys
An iterator over the keys in an OrdHashMap
OrdHashMap
A HashMap ordered by key using a OrdHashSet
VacantEntry
A vacant entry in an OrdHashMap
Values
An iterator over the values in an OrdHashMap

Enums§

Entry
An entry in an OrdHashMap

Type Aliases§

OccupiedEntry
An occupied entry in an OrdHashMap