go/types.Alias.TypeParams (method, view implemented interface methods)

6 uses

	go/types (current package)
		alias.go#L83: func (a *Alias) TypeParams() *TypeParamList { return a.tparams }
		alias.go#L168: 	rhs := check.subst(pos, orig.fromRHS, makeSubstMap(orig.TypeParams().list(), targs), expanding, ctxt)
		instantiate.go#L141: 		tparams := orig.TypeParams()
		subst.go#L105: 		n := orig.TypeParams().Len()
		typestring.go#L344: 		} else if w.ctxt == nil && t.TypeParams().Len() != 0 { // For type hashing, don't need to format the TypeParams
		typestring.go#L346: 			w.tParamList(t.TypeParams().list())