"ماڈیول:TableTools" کے نسخوں کے درمیان فرق
add getIntersection function |
add missing ret table |
||
سطر 68: | سطر 68: | ||
function p.getIntersection(...) | function p.getIntersection(...) | ||
local tables = {...} | local tables = {...} | ||
local vals, ret = {} | local vals, ret = {}, {} | ||
local lim = #tables | local lim = #tables | ||
for _, t in ipairs(tables) do | for _, t in ipairs(tables) do |