Function enso_macro_utils::type_matches[][src]

pub fn type_matches(ty: &Type, target_param: &GenericParam) -> bool
Expand description

Naive type equality test by comparing their text representations.