Static methods

@:op(A + B)staticinlineop_Addition(left:Array, right:Array):Array

Constructor

@:native("new")new()

@:native("new")new(array:HaxeArray<Dynamic>)

@:native("new")new(collection:IEnumerable)

Variables

@:native("Count")read onlycount:Int

Methods

@:native("Add")add(value:Dynamic):Int

@:native("Clear")clear():Void

@:native("Contains")contains(value:Dynamic):Bool

@:native("CopyTo")copyTo(array:Array, index:Int):Void

@:native("Dispose")dispose():Void

@:native("Duplicate")duplicate(?deep:Bool):Array

@:native("GetEnumerator")getEnumerator():IEnumerator

@:native("IndexOf")indexOf(value:Dynamic):Int

@:native("Insert")insert(index:Int, value:Dynamic):Void

inlineiterator():Iterator<Any>

@:native("Remove")remove(value:Dynamic):Void

@:native("RemoveAt")removeAt(index:Int):Void

@:native("Resize")resize(newSize:Int):Error

@:native("Shuffle")shuffle():Void

@:native("ToString")toString():String