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