reflect.arrayType.len (field)
9 uses
reflect (current package)
type.go#L355: len uintptr
type.go#L971: return int(tt.len)
type.go#L2876: array.len = uintptr(count)
type.go#L2896: emitGCMask(mask, 0, typ, array.len)
type.go#L3120: for i := 0; i < int(tt.len); i++ {
value.go#L942: if uint(i) >= uint(tt.len) {
value.go#L1151: return int(tt.len)
value.go#L1769: cap = int(tt.len)
value.go#L1831: cap = int(tt.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. |