package lua
Available on luaThis library provides generic functions for table manipulation.
static maxn (t:AnyTable):Int
static pack<T> (args:Rest<T>):Table<Int, T>
static unpack<Int, V> (args:Table<Int, V>, ?min:Int, ?max:Int ):Dynamic
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/TableTools.html