Files
neovim/runtime/lua/vim
Gregory Anders ab1edecfb7 feat(lua): add vim.iter (#23029)
vim.iter wraps a table or iterator function into an `Iter` object with
methods such as `filter`, `map`, and `fold` which can be chained to
produce iterator pipelines that do not create new tables at each step.
2023-04-17 12:54:19 -06:00
..
2023-04-17 12:54:19 -06:00
2023-04-17 12:54:19 -06:00
2023-02-22 16:23:49 +01:00