class documentation

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_getitem__ Undocumented
def __class_getitem__(cls, item: slice): (source)

Undocumented