go/types.TypeParamList.TypeParams (method)
4 uses
go/types (current package)
iter.go#L138: func (l *TypeParamList) TypeParams() iter.Seq[*TypeParam] {
go.pact.im/x/plumb/internal/solve
solve.go#L849: for tparam := range p.Tparams.TypeParams() {
golang.org/x/tools/internal/gcimporter
iexport.go#L834: for rparam := range rparams.TypeParams() {
iexport.go#L1245: for tparam := range list.TypeParams() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)