Skip to main content

StatMap

Type Alias StatMap 

Source
pub type StatMap<T> = HashMap<Stat, T>;
Expand description

A map of values for each stat.

Aliased Typeยง

pub struct StatMap<T> { /* private fields */ }