DEBSOURCES
Skip Quicknav
sources / golang-github-segmentio-asm / 1.2.0%2Bgit20231107.1cfacc8-1 / mem / blend_test.go
1234567891011
package mem import "testing" func TestBlend(t *testing.T) { testCopy(t, Blend, blendGeneric) } func BenchmarkBlend(b *testing.B) { benchmarkCopy(b, Blend) }