gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

map113.go (163B)


      1 //go:build go1.13
      2 // +build go1.13
      3 
      4 package encoder
      5 
      6 import "unsafe"
      7 
      8 //go:linkname MapIterValue reflect.mapiterelem
      9 func MapIterValue(it *mapIter) unsafe.Pointer