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

Role: Buf §

From Buf

(Buf) method write-int16 §

Defined as:

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

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

Role: Buf §

From Buf

(Buf) method write-int16 §

Defined as:

method write-int16(buf8: uint $posint16 $value$endian = NativeEndian --> buf8:D)

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