GO mask_test.go
package mem
import "testing"
func TestMask(t *testing.T) {
testCopy(t, Mask, maskGeneric)
}
func BenchmarkMask(b *testing.B) {
benchmarkCopy(b, Mask)
}
package mem
import "testing"
func TestMask(t *testing.T) {
testCopy(t, Mask, maskGeneric)
}
func BenchmarkMask(b *testing.B) {
benchmarkCopy(b, Mask)
}