Open quantum1423 opened 9 years ago
Are booleans packed as individual bits? Or do they take up a whole byte?
I believe booleans are packed as one byte with a single bit set.
If you need individual bits, the bitfield support issue is relevant: https://github.com/lunixbochs/struc/issues/7
Are booleans packed as individual bits? Or do they take up a whole byte?