writeBE

Writes a big endian integer/float to output.

public @nogc
void
writeBE
(
T
R
)
(
ref R output
,
T n
)
if (
isOutputRange!(R, ubyte)
)

Meta