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)}