Module:TableTools: Difference between revisions

Content deleted Content added
use select rather than {...}
fix lim variable in intersection function
Line 78:
function p.intersection(...)
local vals, ret = {}, {}
local lim = select('#tables', ...)
for i = 1, select('#', ...)lim do
local t = select(i, ...)
for k, v in pairs(t) do