Struct abstutil::collections::VecMap [−][src]
Expand description
Use when your key is just PartialEq, not Ord or Hash.
Fields
inner: Vec<(K, V)>
Use when your key is just PartialEq, not Ord or Hash.
inner: Vec<(K, V)>