dplug v6.0.22
Dub
Repo
writeLE
dplug
client
binrange
Writes a little endian integer/float to output.
@
nogc
void
writeLE
(
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 little endian integer/float to output.