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