Module rustc_data_structures::vec_map
source · [−]Structs
A map type implemented as a vector of pairs
K
(key) and V
(value).
It currently provides a subset of all the map operations, the rest could be added as needed.