Crate container_literals

Crate container_literals 

Source

Macros§

map
Macro for creating HashMaps.
set
Macro for creating HashSets.

Structs§

HashMap
A hash map implemented with quadratic probing and SIMD lookup.
HashSet
A hash set implemented as a HashMap where the value is ().