readRaw

Reads a raw byte sequence of type T from the stream

@trusted
T
readRaw
(
T
)

Parameters

s StreamInterface

The stream

Return Value

Type: T

The variable of type T

Meta