@ -497,11 +497,7 @@ function set(table)
end
function unique(table)
local lookup = {}
return keys(set(table))
for _, value in pairs(table) do
lookup[value] = true
return keys(lookup)
function rpairs(table)
The note is not visible to the blocked user.