method write-uint64
Documentation for method write-uint64
assembled from the following types:
role Buf
From Buf
(Buf) method write-uint64
Defined as:
method write-uint64(buf8:D: uint $pos, uint64 $value, $endian = NativeEndian --> Nil)
Writes an unsigned 64-bit integer value at the given position with the given endianness.
role Buf
From Buf
(Buf) method write-uint64
Defined as:
method write-uint64(buf8: uint $pos, uint64 $value, $endian = NativeEndian --> buf8:D)
Writes an unsigned 64-bit integer value at the given position with the given endianness.