Available on lua
This library provides generic functions for table manipulation.
staticmaxn(t:AnyTable):Int
staticpack<T>(args:Rest<T>):Table<Int, T>
staticunpack<Int, V>(args:Table<Int, V>, ?min:Int, ?max:Int):Dynamic