In role Buf§

See primary documentation in context for method write-ubits

method write-ubits(buf8:D: uint $posuint $bitsUInt:D $value --> Nil)

Writes an unsigned integer value to the bits from the given bit offset and given number of bits. The endianness of the bits is assumed to be BigEndian. Always returns Nil.

In role Buf§

See primary documentation in context for method write-ubits 0

method write-ubits(buf8: uint $posuint $bitsUInt:D $value --> buf8:D)

Writes an unsigned integer value to the bits from the given bit offset and given number of bits. The endianness of the bits is assumed to be BigEndian.