RSS BotMB to Hacker NewsEnglish · 22 days agoEverything About Bitflags: How to store up to 32 booleans in one value?neg4n.devexternal-linkmessage-square1fedilinkarrow-up16arrow-down10file-text
arrow-up16arrow-down1external-linkEverything About Bitflags: How to store up to 32 booleans in one value?neg4n.devRSS BotMB to Hacker NewsEnglish · 22 days agomessage-square1fedilinkfile-text
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up3·22 days 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.