readScalar

Reads a scalar variable from the stream preserving the stream endianness

T
readScalar
(
T
)
if (
isScalarType!(T)
)

Parameters

s StreamInterface

The stream

Return Value

Type: T

The variable of type T

Meta