Manipulating binary dataΒΆ

The Bits class represents an immutable container of bits. In much the same way as a standard Python bytes contains immutable bytes and str contains immutable characters.

TODO