type internal/abi.ArrayType
11 uses
internal/abi (current package)
type.go#L269: type ArrayType struct {
type.go#L279: return int((*ArrayType)(unsafe.Pointer(t)).Len)
type.go#L346: ArrayType
type.go#L381: tt := (*ArrayType)(unsafe.Pointer(t))
type.go#L416: func (t *Type) ArrayType() *ArrayType {
type.go#L420: return (*ArrayType)(unsafe.Pointer(t))
internal/reflectlite
type.go#L105: type arrayType = abi.ArrayType
internal/runtime/maps
map.go#L865: a := (*abi.ArrayType)(unsafe.Pointer(t))
reflect
type.go#L377: type arrayType = abi.ArrayType
value.go#L1682: typ := (*abi.ArrayType)(unsafe.Pointer(v.typ()))
runtime
type.go#L405: type arraytype = abi.ArrayType
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)