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 $pos, UInt: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 $pos, UInt:D $value, $endian = NativeEndian --> buf8:D)
Writes an unsigned 128-bit integer value at the given position with the given endianness.