Public Member Variables

native readonly int Size

Public Functions

native void Copy(DynArray​_Obj other)

native void Move(DynArray​_Obj other)

native void Append(DynArray​_Obj other)

native int Find(Object item) const

native int Push(Object item)

native bool Pop()

native void Delete(
uint index,
int deletecount = 1
)

native void Insert(
uint index,
Object item
)

native void ShrinkToFit()

native void Grow(uint amount)

native void Resize(uint amount)

native int Reserve(uint amount)

native int Max() const

native void Clear()