Module:TableTools: Difference between revisions

Content deleted Content added
add getIntersection function
add missing ret table
Line 68:
function p.getIntersection(...)
local tables = {...}
local vals, ret = {}, {}
local lim = #tables
for _, t in ipairs(tables) do