Module map
phf
0.11.2
Module map
Structs
In crate phf
Modules
map
ordered_map
ordered_set
set
Structs
Map
OrderedMap
OrderedSet
Set
Traits
PhfHash
?
Settings
Module
phf
::
map
Copy item path
source
·
[
−
]
Expand description
An immutable map constructed at compile time.
Structs
§
Entries
An iterator over the key/value pairs in a
Map
.
Keys
An iterator over the keys in a
Map
.
Map
An immutable map constructed at compile time.
Values
An iterator over the values in a
Map
.