go/types.TypeParamList.At (method)
12 uses
go/types (current package)
infer.go#L99: selfRecursive := check.sig != nil && check.sig.tparams.Len() > 0 && tparams[0] == check.sig.tparams.At(0)
predicates.go#L279: targs = append(targs, x.TypeParams().At(i))
typelists.go#L15: func (l *TypeParamList) At(i int) *TypeParam { return l.tparams[i] }
validtype.go#L136: tmap[tparams.At(i)] = targs.At(i)
golang.org/x/exp/apidiff
correspondence.go#L210: if !types.Identical(tps1.At(i).Constraint(), tps2.At(i).Constraint()) {
correspondence.go#L247: oldp := oldps.At(i)
correspondence.go#L248: newp := newps.At(i)
golang.org/x/tools/internal/gcimporter
iexport.go#L547: rparam := rparams.At(i)
iexport.go#L857: tparam := list.At(i)
iexport.go#L861: w.typ(list.At(i), pkg)
golang.org/x/tools/internal/typeparams
common.go#L165: targs = append(targs, vtparams.At(i))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)