method write-uint128

Documentation for method write-uint128 assembled from the following types:

role Buf

From Buf

(Buf) method write-uint128

Defined as:

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.

role Buf

From Buf

(Buf) method write-uint128

Defined as:

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.