(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
This is a documentation subpage for 'Module:TableTools'.
It contains usage information, categories, and other content that is not part of the original module page.
This module is unused.
This module is neither invoked by a template nor required/loaded by another module. If this is in error, make sure to add
{{Documentation}}
/{{No documentation}}
to the calling template's or parent's module documentation.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 |
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.