write-int32
ErrorsCollection

write-int32

Synthesised documentation from type/Buf type/Buf

From type/Buf

See Original text in context

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

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

From type/Buf

See Original text in context

method write-int32(buf8: uint $posint32 $value$endian = NativeEndian --> buf8:D)

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