Buffer type used in ManiaPlanet.
~MwFastBuffer()
MwFastBuffer(int&in)
MwFastBuffer<T>& opAssign(const MwFastBuffer<T>&in)
MwFastBuffer<T>
T& opIndex(uint index)
T
const T& opIndex(uint index) const
uint Length() const
uint
uint get_Length() const
void Add(const T&in value)
MwFastBuffer<T>& Remove(uint index)
MwFastBuffer<T>& RemoveRange(uint index, uint count)