W3cubDocs

/Haxe Lua

TableTools

package lua

@:native("_hx_table") Available on lua

This library provides generic functions for table manipulation.

Static methods

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