Type Alias libreloc_shared::MiniMap
source · pub type MiniMap = HashMap<String, u8>;
Expand description
Used during lookup to overlay one minimap from each emitter. The u8 counts the number of matches (and u8 is big enough)
Aliased Type§
struct MiniMap {
base: HashMap<String, u8, RandomState>,
}
Fields§
§base: HashMap<String, u8, RandomState>