const internal/abi.Array
21 uses
internal/abi (current package)
type.go#L61: Array
type.go#L157: Array: "array",
type.go#L273: if t.Kind() == Array {
type.go#L339: case Array:
type.go#L375: case Array:
type.go#L412: if t.Kind() != Array {
internal/reflectlite
type.go#L551: case abi.Array:
value.go#L338: case abi.Array:
reflect
value.go#L1169: if v.typ().Elem().Kind() == abi.Array {
value.go#L1777: if v.typ().Elem().Kind() == abi.Array {
value.go#L3586: if dst.Kind() == abi.Pointer && dst.Elem().Kind() == abi.Array && src.Elem() == dst.Elem().Elem() {
value.go#L3591: if dst.Kind() == abi.Array && src.Elem() == dst.Elem() {
runtime
alg.go#L252: case abi.Array:
alg.go#L317: case abi.Array:
cgocall.go#L556: case abi.Array:
cgocall.go#L588: case abi.Array:
cgocheck.go#L255: case abi.Array:
type.go#L385: case abi.Array:
unique
clone.go#L49: case abi.Array:
clone.go#L65: case abi.Array:
clone.go#L82: case abi.Array:
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |