Does Python have a bitfield type?
I need a compact representation of an array of booleans, does Python have a builtin bitfield type or will I need to find an alternate solution?
I need a compact representation of an array of booleans, does Python have a builtin bitfield type or will I need to find an alternate solution?