See Original text in context
method read-bits(blob8:D: uint $pos, uint $bits --> Int:D)
Returns a signed integer value for the bits from the given bit offset and given number of bits. The endianness of the bits is assumed to be BigEndian.
BigEndian