Source File
go_above_118.go
Belonging Package
github.com/modern-go/reflect2
//+build go1.18package reflect2import ()// m escapes into the return value, but the caller of mapiterinit// doesn't let the return value escape.//go:noescape//go:linkname mapiterinit reflect.mapiterinitfunc mapiterinit( unsafe.Pointer, unsafe.Pointer, *hiter)func ( *UnsafeMapType) ( unsafe.Pointer) MapIterator {var hitermapiterinit(.rtype, *(*unsafe.Pointer)(), &)return &UnsafeMapIterator{hiter: &,pKeyRType: .pKeyRType,pElemRType: .pElemRType,}}
![]() |
The pages are generated with Golds v0.8.2. (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. |