Zum Inhalt springen

Modul:TableTools: Unterschied zwischen den Versionen

add type-checking to removeDuplicates
(fix the valueUnion function for NaNs (and make it a lot simpler to boot))
(add type-checking to removeDuplicates)
Zeile 64: Zeile 64:
--]]
--]]
function p.removeDuplicates(t)
function p.removeDuplicates(t)
checkType('removeDuplicates', 1, t, 'table')
local isNan = p.isNan
local isNan = p.isNan
local ret, exists = {}, {}
local ret, exists = {}, {}
Anonymer Benutzer