因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
--[[
------------------------------------------------------------------------------------
-- TableTools --
-- --
-- This module 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. --
------------------------------------------------------------------------------------
--]]
local libraryUtil = require('libraryUtil')
local p = {}
-- Define often-used variables and functions.
local floor = math.floor
local infinity = math.huge
local checkType = libraryUtil.checkType
--[[
000
1:0
本页使用的模板:
- 模板:Documentation(查看源代码)
- 模板:Mbox/styles.css(查看源代码)
- 模板:Wikipedia template(查看源代码)
- 模块:Arguments(查看源代码)
- 模块:Array(查看源代码)
- 模块:DPLlua(查看源代码)
- 模块:DependencyList(查看源代码)
- 模块:Documentation(查看源代码)
- 模块:Documentation/config(查看源代码)
- 模块:Documentation/styles.css(查看源代码)
- 模块:Format link(查看源代码)
- 模块:Hatnote(查看源代码)
- 模块:Hatnote list(查看源代码)
- 模块:Mbox(查看源代码)
- 模块:Paramtest(查看源代码)
- 模块:TableTools(查看源代码)
- 模块:TableTools/doc(查看源代码)
- 模块:User error(查看源代码)
- 模块:Yesno(查看源代码)