github.com/qioalice/ekago/v3@v3.3.2-0.20221202205325-5c262d586ee4/internal/ekaclike/move.go (about) 1 // Copyright © 2021. All rights reserved. 2 // Author: Ilya Stroy. 3 // Contacts: iyuryevich@pm.me, https://github.com/qioalice 4 // License: https://opensource.org/licenses/MIT 5 6 package ekaclike 7 8 import ( 9 _ "reflect" 10 "unsafe" 11 ) 12 13 //go:linkname Typedmemmove reflect.typedmemmove 14 func Typedmemmove(rtype unsafe.Pointer, dst, src unsafe.Pointer)