ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Chunks
ae
utils
sound
riff
reader
Reads chunks from an array of bytes.
struct
Chunks {
ubyte
[]
data
;
bool
empty
();
Chunk
front
();
void
popFront
();
}
Members
Functions
empty
bool
empty
()
Range primitives.
front
Chunk
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
ubyte
[]
data
;
The array of bytes.
Meta
Source
See Implementation
ae
utils
sound
riff
reader
functions
getWave
readRiff
structs
Chunk
Chunks
Reads chunks from an array of bytes.