Module:TableTools/doc: Difference between revisions

From AEGIS
(Created page with "{{Documentation}} {{Wikipedia template}} '''Module:TableTools''' includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke.")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 17:27, 28 March 2024

Function list
L 30 — p.isPositiveInteger
L 48 — p.isNan
L 65 — p.shallowClone
L 82 — p.removeDuplicates
L 108 — p.numKeys
L 131 — p.affixNums
L 136 — cleanPattern
L 173 — p.numData
L 211 — p.compressSparseArray
L 229 — p.sparseIpairs
L 253 — p.size

Template:Wikipedia template

Module:TableTools includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke.