Skip to main content

SubstitutionMap

Type Alias SubstitutionMap 

Source
pub type SubstitutionMap = FxHashMap<EcoString, Type>;
Expand description

type param name -> type variable

Aliased Typeยง

pub struct SubstitutionMap { /* private fields */ }