Module:TableTools: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
34 bytes removed ,  16 December 2013
don't sort union and intersection functions
(use fooBar for function names instead of getFooBar)
(don't sort union and intersection functions)
Line 53: Line 53:
ret[#ret + 1] = val
ret[#ret + 1] = val
end
end
table.sort(ret)
return ret
return ret
end
end
Line 81: Line 80:
end
end
end
end
table.sort(ret)
return ret
return ret
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.