public static ByteN operator |(
ByteN left,
ByteN right
)
Public Shared Operator Or (
left As ByteN,
right As ByteN
) As ByteN
public:
static ByteN operator |(
ByteN left,
ByteN right
)
static let inline (|||)
left : ByteN *
right : ByteN : ByteN