This library is an extern for a polyfill library of common lua table methods.

Static methods

staticmaxn(t:AnyTable):Int

staticpack<T>(args:Rest<T>):Table<Int, T>

staticunpack<Int, V>(args:Table<Int, V>, ?min:Int, ?max:Int):Dynamic