Module:TableTools: Difference between revisions

don't sort union and intersection functions
(use fooBar for function names instead of getFooBar)
(don't sort union and intersection functions)
Line 53:
ret[#ret + 1] = val
end
table.sort(ret)
return ret
end
Line 81 ⟶ 80:
end
end
table.sort(ret)
return ret
end
Anonymous user