func runtime.typedslicecopy
2 uses
runtime (current package)
mbarrier.go#L234: func typedslicecopy(typ *_type, dstPtr unsafe.Pointer, dstLen int, srcPtr unsafe.Pointer, srcLen int) int {
mbarrier.go#L286: return typedslicecopy(elemType, dst.array, dst.len, src.array, src.len)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)