DEBSOURCES
Skip Quicknav
sources / golang-github-segmentio-asm / 1.2.0%2Bgit20231107.1cfacc8-1 / mem / copy.go
12345
package mem func copyGeneric(dst, src []byte) int { return copy(dst, src) }