Skip to main content

Module map

Module map 

Source

Structs§

HashMap
A HashMap using RandomState to hash the items. (Requires the std feature to be enabled.)
HashSet
A HashSet using RandomState to hash the items. (Requires the std feature to be enabled.)

Enums§

Entry
A view into a single entry in a map, which may either be vacant or occupied.