go/types.Array.Len (method)
4 uses
go/types (current package)
array.go#L22: func (a *Array) Len() int64 { return a.len }
golang.org/x/exp/apidiff
correspondence.go#L37: return d.corr(old.Elem(), new.Elem(), p) && old.Len() == new.Len()
golang.org/x/tools/internal/gcimporter
iexport.go#L779: w.uint64(uint64(t.Len()))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)