Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OPBytes ¶
func OPBytes(dst, a, b []byte, op Opselector) int
Types ¶
type Opselector ¶
var ( AND Opselector = func(u1, u2 uintptr) uintptr { return u1 & u2 } OR Opselector = func(u1, u2 uintptr) uintptr { return u1 | u2 } XOR Opselector = func(u1, u2 uintptr) uintptr { return u1 ^ u2 } )
Click to show internal directories.
Click to hide internal directories.