pub type TypeTable<T> = HashMap<Type, HashMap<T, TypeEffectiveness>>;Expand description
A type table, which contains type effectiveness information for types against some other value.
The key here is the attacking type.
Aliased Typeยง
pub struct TypeTable<T> { /* private fields */ }