pub type Scores = HashMap<u32, f32>;

Aliased Type§

struct Scores {
    base: HashMap<u32, f32, RandomState, Global>,
}

Fields§

§base: HashMap<u32, f32, RandomState, Global>