writeRaw

Writes a raw byte sequence of a variable type T to the stream

@trusted
void
writeRaw
(
T
)

Parameters

s StreamInterface

The stream

var T

The variable to write

Meta