Cork v0.2.4
- Added bitwise operators:
&
(AND),|
(OR),^
(XOR) [Thank you @HomoElectromagneticus!] - Fixed bug where 0 would be rendered in non-decimal bases with only radix. Also, fixed binary radix rendering from
Ox
to0x
. [Thank you @Zenithsiz!]
&
(AND), |
(OR), ^
(XOR) [Thank you @HomoElectromagneticus!]Ox
to 0x
. [Thank you @Zenithsiz!]