method write-int128

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

role Buf

From Buf

(Buf) method write-int128

Defined as:

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

Writes a signed 128-bit integer value at the given position with the given endianness.

role Buf

From Buf

(Buf) method write-int128

Defined as:

method write-int128(buf8: uint $posInt:D $value$endian = NativeEndian --> buf8:D)

Writes a signed 128-bit integer value at the given position with the given endianness.