go/types.Alias.TypeParams (method, view implemented interface methods)
6 uses
go/types (current package)
alias.go#L82: func (a *Alias) TypeParams() *TypeParamList { return a.tparams }
alias.go#L157: rhs := check.subst(pos, orig.fromRHS, makeSubstMap(orig.TypeParams().list(), targs), expanding, ctxt)
instantiate.go#L136: 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())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)