pub type StatMap<T> = HashMap<Stat, T>;
A map of values for each stat.
pub struct StatMap<T> { /* private fields */ }