go/types.Union.Len (method)
4 uses
go/types (current package)
typestring.go#L190: if t.Len() == 0 {
union.go#L29: func (u *Union) Len() int { return len(u.terms) }
golang.org/x/tools/internal/gcimporter
iexport.go#L817: nt := t.Len()
golang.org/x/tools/internal/typeparams
normalize.go#L177: for i := 0; i < u.Len(); i++ {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)