- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- mixIntoBuffer
void mixIntoBuffer(float* output, int frames, int frameOffset, const(float)* volumeRamp, float volume)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(T) opIndex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushBack
void pushBack(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
ChunkedVec can only grow. ChunkedVec has one indirection when indexing. ChunkedVec has a fixed-sized allocations list.