func internal/abi.TypeFor
5 uses
internal/abi (current package)
type.go#L192: func TypeFor[T any]() *Type {
reflect
type.go#L1390: return toRType(abi.TypeFor[T]())
value.go#L1533: typ := abi.TypeFor[T]()
runtime
mcleanup.go#L189: setCleanupContext(unsafe.Pointer(ptr), abi.TypeFor[T](), sys.GetCallerPC(), cleanupFn.fn, id)
unique
handle.go#L35: typ := abi.TypeFor[T]()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)