Table

From SkyCorp Global
Revision as of 05:37, 13 July 2023 by SkyCorp (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NOTE: This class is lowercase, ie: 'table'

The Table section of the lua documentation is probably handy here.

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)