dplug v6.0.22
Dub
Repo
writeBE
dplug
client
binrange
Writes a big endian integer/float to output.
@
nogc
void
writeBE
(
T
R
)
(
ref
R
output
,
T
n
)
if
(
isOutputRange
!(
R
,
ubyte
)
)
Meta
Source
See Implementation
dplug
client
binrange
functions
readRIFFChunkHeader
writeBE
writeLE
writeRIFFChunkHeader
templates
RIFFChunkId
Writes a big endian integer/float to output.