ChunkedVec

ChunkedVec can only grow. ChunkedVec has one indirection when indexing. ChunkedVec has a fixed-sized allocations list.

Constructors

this
this(int chunkLength)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

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.

Meta