Changes
Jump to navigation
Jump to search
local differentVals = {} -- A substitute variable to use when we have different values for the same key.
remove a variable that I didn't use in the end
--]]
function p.intersection(...)
local ret, track, pairCounts = {}, {}, {}
local lim = select('#', ...)