Modul:TableTools: Unterschied zwischen den Versionen
add missing ret table
(add getIntersection function) |
(add missing ret table) |
||
| Zeile 68: | Zeile 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 | ||