+ 2
How to use the Bitwise Operators in Ruby ??
Bitwise operators i mean : ^
2 Answers
+ 5
I have not learnt ruby before but this article may help
"Ruby Bitwise Operators. An operator is bitwise when instead of⊠| by Mehdi Farsi | RubyCademy | Medium" https://medium.com/rubycademy/ruby-bitwise-operators-da57763fa368
Happy codingđ
+ 2
Ok... thanks...