refactor(types): more fixes

This commit is contained in:
Lewis Russell
2024-03-06 10:03:55 +00:00
committed by Lewis Russell
parent d72c9d1d19
commit ea44f74d84
8 changed files with 84 additions and 40 deletions

View File

@ -592,7 +592,8 @@ function vim.spairs(t)
if keys[i] then
return keys[i], t[keys[i]]
end
end
end,
t
end
--- Tests if `t` is an "array": a table indexed _only_ by integers (potentially non-contiguous).