Module:TableTools: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
add missing ret table
(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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu