Struct abstutil::collections::Counter [−][src]
Fields
map: BTreeMap<T, usize>
sum: usize
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Counter<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Counter<T> where
T: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more