func go/types.Instantiate
3 uses
go/types (current package)
instantiate.go#L55: func Instantiate(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error) {
golang.org/x/tools/internal/gcimporter
iimport.go#L1010: t, _ := types.Instantiate(nil, baseType, targs, false)
ureader_yes.go#L352: t, _ := types.Instantiate(r.p.ctxt, name.Type(), targs, false)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)