See Original text in context
method read-ubits(blob8:D: uint $pos, uint $bits --> UInt:D)
Returns an unsigned 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