func reflect.ArrayOf
7 uses
reflect (current package)
map.go#L126: Type: ArrayOf(abi.MapGroupSlots, slot),
type.go#L1921: Type: ArrayOf(n, TypeOf(&rtype{})),
type.go#L2476: {Name: "M", Type: ArrayOf(len(methods), TypeOf(methods[0]))},
type.go#L2670: func ArrayOf(length int, elem Type) Type {
go.opentelemetry.io/otel/attribute
set.go#L402: at := reflect.New(reflect.ArrayOf(len(kvs), keyValueType)).Elem()
value.go#L437: cp := reflect.New(reflect.ArrayOf(len(v), reflect.TypeFor[Value]())).Elem()
go.opentelemetry.io/otel/attribute/internal
attribute.go#L60: cp := reflect.New(reflect.ArrayOf(len(v), reflect.TypeFor[T]())).Elem()
 |
The pages are generated with Golds v0.8.4. (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. |