Comment on I wish
for an unsigned int, do
(myNum & 1) == 0;
I haven’t done binary in years so ill just trust you this works
Checks if least significant bit is equal to zero
Ah yeah, I do remember my basics of hardware classes.
TheBlue22@lemmy.blahaj.zone 1 year ago
I haven’t done binary in years so ill just trust you this works
Gutek8134@lemmy.world 1 year ago
Checks if least significant bit is equal to zero
TheBlue22@lemmy.blahaj.zone 1 year ago
Ah yeah, I do remember my basics of hardware classes.