pub fn extract_template_parameters(entity: &Entity<'_>) -> Vec<String>Expand description
Extract template type parameters from a template entity
For template<typename T, typename U>, this returns [âTâ, âUâ]
Works with ClassTemplateDecl and FunctionTemplateDecl