Module abstutil::collections [−][src]
Structs
Counter | |
FixedMap | A drop-in replacement for |
MultiMap | |
Tags | Convenience functions around a string->string map |
VecMap | Use when your key is just PartialEq, not Ord or Hash. |
Traits
IndexableKey | Use with |
Functions
contains_duplicates | |
retain_btreemap | |
retain_btreeset | |
wraparound_get |