pub fn named_ty_with_args(decl: &TypeDecl, args: Vec<TyId>, tys: &Types) -> TyId
Build a Ty::Named for the given declaration with the given applied type arguments (empty for a non-generic reference).
Ty::Named