method write-int8
Documentation for method write-int8
assembled from the following types:
role Buf
From Buf
(Buf) method write-int8
Defined as:
method write-int8(buf8:D: uint $pos, int8 $value, $endian = NativeEndian --> Nil)
Writes a signed 8-bit integer value at the given position. The $endian
parameter has no meaning, but is available for consistency.
role Buf
From Buf
(Buf) method write-int8
Defined as:
method write-int8(buf8: uint $pos, int8 $value, $endian = NativeEndian --> buf8:D)
Writes a signed 8-bit integer value at the given position. The $endian
parameter has no meaning, but is available for consistency.