dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
writeBE
dplug
core
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
core
binrange
functions
popBE
popLE
readRIFFChunkHeader
skipBytes
writeBE
writeLE
writeRIFFChunkHeader
templates
RIFFChunkId
Writes a big endian integer/float to output.