@@ -724,7 +724,9 @@ end
local ripairs_iter = function(t, i)
i = i - 1
local v = t[i]
if v then return i, v end
if v ~= nil then
return i, v
end
function lume.ripairs(t)
The note is not visible to the blocked user.