kenseehart / btypes

A bit array interface framework for intuitive high performance processing of bit aligned data.
MIT License
1 stars 0 forks source link

unicode #6

Open kenseehart opened 4 years ago

kenseehart commented 4 years ago

Note that btypes values must be json compatible, thus str is the only string type for values. The best equivalent for bytes is uint(8)[n].

However, bytes can be used internally. So value would be defined as: `self.n_.tobytes(self.dim, self.endian_)