A bunch of static extensions to make life easier.

Static methods

staticinlineunsafeGet<T>(array:Array<T>, index:Int):T

staticinlineunsafeSet<T>(array:Array<T>, index:Int, value:T):Void