Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lua): add vim.iter (#23029) | Gregory Anders | 2023-04-17 |
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. |