Table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
== Public Methods == | == Public Methods == | ||
=== static | === static unpack === | ||
=== static | === static pack === | ||
=== static sort === | |||
=== static insert === | |||
=== static remove === | |||
=== static concat === | |||
== See Also == | |||
There are a few table iterators in the [[Global LUA Functions|global]] namespace (ipairs, pairs, and next) | |||
[[Category:LUA Class Reference]] | [[Category:LUA Class Reference]] |
Revision as of 05:18, 13 July 2023
NOTE: This class is lowercase, ie: 'table'
Public Methods
static unpack
static pack
static sort
static insert
static remove
static concat
See Also
There are a few table iterators in the global namespace (ipairs, pairs, and next)