type reflect.cacheKey
5 uses
reflect (current package)
type.go#L1756: type cacheKey struct {
type.go#L1783: ckey := cacheKey{Chan, typ, nil, uintptr(dir)}
type.go#L1851: ckey := cacheKey{Map, ktyp, etyp, 0}
type.go#L2291: ckey := cacheKey{Slice, typ, nil, 0}
type.go#L2836: ckey := cacheKey{Array, typ, nil, uintptr(count)}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |