popBE

Reads a big endian integer from input.

@nogc nothrow
T
popBE
(
T
)
(
ref const(ubyte)[] input
,
bool* err
)

Return Value

Type: T

On success, *err is set to false and return integer. On failure, *err is set to true and return 0. The input range cannot be used anymore.

Meta