Module:TableTools: Difference between revisions

Content deleted Content added
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('#', ...)