Documentation for method write-uint64
assembled from the following pages:
Role: Buf §
From Buf
(Buf) method write-uint64 §
Defined as:
method write-uint64(buf8: uint , uint64 , = 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 , uint64 , = NativeEndian --> buf8)
Writes an unsigned 64-bit integer value at the given position with the given endianness.