RSS BotMB to Hacker NewsEnglish · 6 hours agoEverything About Bitflags: How to store up to 32 booleans in one value?neg4n.devexternal-linkmessage-square1fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1external-linkEverything About Bitflags: How to store up to 32 booleans in one value?neg4n.devRSS BotMB to Hacker NewsEnglish · 6 hours agomessage-square1fedilinkfile-text
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up3·6 hours agoThis is kinda common in PHP. Not in the sense you’d use it every day, but you’d definitely encounter bitflags in PHP.
This is kinda common in PHP. Not in the sense you’d use it every day, but you’d definitely encounter bitflags in PHP.