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)