mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00

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.