write-uint128
ErrorsCollection

write-uint128

Synthesised documentation from type/Buf type/Buf

From type/Buf

See Original text in context

method write-uint128(buf8:D: uint $posUInt:D $value$endian = NativeEndian --> Nil)

Writes an unsigned 128-bit integer value at the given position with the given endianness.

From type/Buf

See Original text in context

method write-uint128(buf8: uint $posUInt:D $value$endian = NativeEndian --> buf8:D)

Writes an unsigned 128-bit integer value at the given position with the given endianness.