This is the documentation page for Module:TableTools
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 31 — p.isPositiveInteger L 49 — p.isNan L 66 — p.shallowClone L 83 — p.removeDuplicates L 109 — p.numKeys L 132 — p.affixNums L 137 — cleanPattern L 174 — p.numData L 212 — p.compressSparseArray L 230 — p.sparseIpairs L 255 — p.size L 265 — defaultKeySort L 279 — p.keysToList L 305 — p.sortedPairs L 326 — p.isArray L 340 — p.invert L 354 — p.listToSet L 370 — _deepCopy L 400 — p.deepCopy L 411 — p.sparseConcat L 432 — p.length L 440 — p.inArray |
This template is imported from Module:TableTools/doc on Wikipedia.
This template is imported from the English Wikipedia. Although the visual appearance might be different, the functionality is identical. Please refer to the Module:TableTools/doc page on Wikipedia for detailed documentation.
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.