Content deleted Content added
align "listToSet", "invert" and "removeDuplicates" |
fix checkType |
||
Line 65:
------------------------------------------------------------------------------------
function p.removeDuplicates(arr)
checkType('removeDuplicates', 1,
local isNan = p.isNan
local ret, exists = {}, {}
|