go/types.Union.Len (method)
4 uses
go/types (current package)
iter.go#L127: for i := range u.Len() {
typestring.go#L201: if t.Len() == 0 {
union.go#L30: func (u *Union) Len() int { return len(u.terms) }
golang.org/x/tools/internal/gcimporter
iexport.go#L883: nt := t.Len()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)