@@ -422,6 +422,16 @@ function lume.invert(t)
end
function lume.pick(t, ...)
local rtn = {}
for i = 1, select("#", ...) do
local k = select(i, ...)
rtn[k] = t[k]
return rtn
function lume.keys(t)
local iter = getiter(t)
The note is not visible to the blocked user.