Structs§
- A BTreeMap that supports 2 types of keys per value. All the usual restrictions and warnings for
std::collections::BTreeMapalso apply to this struct. Additionally, there is a 1:1 relationship between the 2 key types. In other words, for eachK1in the map, there is exactly oneK2in the map and vice versa.