In role Buf§

See primary documentation in context for method write-uint8.

method write-uint8(buf8:D: uint $pos, uint8 $value, $endian = NativeEndian --> Nil)

Writes an unsigned 8-bit integer value at the given position. The $endian parameter has no meaning, but is available for consistency.

In role Buf§

See primary documentation in context for method write-uint8.

method write-uint8(buf8: uint $pos, uint8 $value, $endian = NativeEndian --> buf8:D)

Writes an unsigned 8-bit integer value at the given position. The $endian parameter has no meaning, but is available for consistency.