What is the current best way to clear a bit, I’m t...
# getting-started
b
What is the current best way to clear a bit, I’m trying this, but for some reason It’s not working.
intValue and 0b1111_1110_1111_1111_1111_1111_1111_1111.toInt()