The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
writeBE
binrange
Writes a big endian integer/float to output.
void
writeBE
(
T
R
)
(
ref
R
output
,
T
n
)
if
(
isOutputRange
!(
R
,
ubyte
)
)
Meta
Source
See Implementation
binrange
functions
readRIFFChunkHeader
writeBE
writeLE
writeRIFFChunkHeader
templates
RIFFChunkId
Writes a big endian integer/float to output.