runtime.arraytype.len (field)
7 uses
runtime (current package)
alg.go#L175: for i := uintptr(0); i < a.len; i++ {
cgocall.go#L446: if at.len != 1 {
cgocall.go#L452: for i := uintptr(0); i < at.len; i++ {
cgocheck.go#L228: for i := uintptr(0); i < at.len; i++ {
type.go#L407: len uintptr
type.go#L637: return typesEqual(at.elem, av.elem, seen) && at.len == av.len
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)