type PrimaryComponentPool = HashMap<(ToolKind, String), Vec<(Item, Option<Hands>)>>;

Aliased Type§

struct PrimaryComponentPool {
    pub(crate) hash_builder: BuildHasherDefault<AHasher>,
    pub(crate) table: RawTable<((ToolKind, String), Vec<(Item, Option<Hands>)>)>,
}

Fields§

§hash_builder: BuildHasherDefault<AHasher>§table: RawTable<((ToolKind, String), Vec<(Item, Option<Hands>)>)>