type internal/abi.ArrayType
9 uses
internal/abi (current package)
type.go#L237: type ArrayType struct {
type.go#L247: return int((*ArrayType)(unsafe.Pointer(t)).Len)
type.go#L314: ArrayType
type.go#L349: tt := (*ArrayType)(unsafe.Pointer(t))
type.go#L384: func (t *Type) ArrayType() *ArrayType {
type.go#L388: return (*ArrayType)(unsafe.Pointer(t))
internal/reflectlite
type.go#L105: type arrayType = abi.ArrayType
reflect
type.go#L315: type arrayType = abi.ArrayType
runtime
type.go#L222: type arraytype = abi.ArrayType
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |