Module:TableTools: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
remove a variable that I didn't use in the end
(add a key/value pair intersection function)
(remove a variable that I didn't use in the end)
Line 108:
--]]
function p.intersection(...)
local differentVals = {} -- A substitute variable to use when we have different values for the same key.
local ret, track, pairCounts = {}, {}, {}
local lim = select('#', ...)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu