DEBSOURCES
Skip Quicknav
sources / golang-github-segmentio-asm / 1.2.0%2Bgit20231107.1cfacc8-1 / mem / copy_test.go
1234567891011
package mem import "testing" func TestCopy(t *testing.T) { testCopy(t, Copy, copyGeneric) } func BenchmarkCopy(b *testing.B) { benchmarkCopy(b, Copy) }