appendUint16
fn
void appendUint16(ref ubyte[] buf, ushort v) @safe pure nothrowAppends a uint16 big-endian to an output array.
Parameters
buf | Target buffer. |
v | Value to append. |