write-int64
ErrorsCollection

write-int64

Synthesised documentation from type/Buf type/Buf

From type/Buf

See Original text in context

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

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

From type/Buf

See Original text in context

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

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