class documentation
class Bits: (source)
Sliceable converter to extract and package a slice of bits within a byte
Use like Bits[start:end:step] to view a slice of a byte. If the slice is empty, the entire byte will be targeted.
Method | __class |
Undocumented |