Changes
Jump to navigation
Jump to search
make union a local function per protected edit request by User:Jackmcbarn
local root
local function union(t1, t2)
-- Returns the union of the values of two tables, as a sequence.
local vals = {}