Documentation for method write-uint32 assembled from the following pages:

Role: Buf §

From Buf

(Buf) method write-uint32 §

Defined as:

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

Writes an unsigned 32-bit integer value at the given position with the given endianness.

Role: Buf §

From Buf

(Buf) method write-uint32 §

Defined as:

method write-uint32(buf8: uint $posuint32 $value$endian = NativeEndian --> buf8:D)

Writes an unsigned 32-bit integer value at the given position with the given endianness.