-
- Downloads
Add bitwise binary operators
xor(^), bitand(&), bitor(|) Again these operators require that operands have the same type and that these types are integrals (Z or B)
Loading
Please register or sign in to comment
xor(^), bitand(&), bitor(|) Again these operators require that operands have the same type and that these types are integrals (Z or B)