const internal/abi.Array
12 uses
internal/abi (current package)
type.go#L61: Array
type.go#L151: Array: "array",
type.go#L246: if t.Kind() == Array {
type.go#L312: case Array:
type.go#L348: case Array:
type.go#L385: if t.Kind() != Array {
internal/reflectlite
type.go#L562: case abi.Array:
value.go#L333: case abi.Array:
reflect
value.go#L1181: if v.typ().Elem().Kind() == abi.Array {
value.go#L1725: if v.typ().Elem().Kind() == abi.Array {
value.go#L3520: if dst.Kind() == abi.Pointer && dst.Elem().Kind() == abi.Array && src.Elem() == dst.Elem().Elem() {
value.go#L3525: if dst.Kind() == abi.Array && src.Elem() == dst.Elem() {
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. |