Open main menu

Changes

Module:TableTools

106 bytes removed, 03:19, 17 December 2013
remove a variable that I didn't use in the end
--]]
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('#', ...)
Anonymous user