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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |