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-03 16:27:49 +02:00
2023-04-15 23:40:48 +02:00
2023-04-15 23:40:48 +02:00
2023-04-11 16:28:46 +02:00
2023-04-04 21:59:06 +02:00
2023-04-16 17:50:32 +08:00
2023-04-05 17:19:53 +01:00
2023-04-17 18:50:05 +02:00
2023-04-17 12:53:34 +01:00
2023-04-07 08:22:47 -06:00
2023-04-16 10:59:04 +02:00
2023-04-04 23:37:46 +02:00
2023-04-16 12:26:13 +02:00
2023-04-11 16:28:46 +02:00
2022-08-23 13:02:55 +02:00
2023-04-17 12:54:19 -06:00
2023-02-22 16:23:49 +01:00
2023-04-14 10:39:57 +02:00
2023-04-14 10:39:57 +02:00
2022-12-05 11:59:04 -07:00
2023-04-17 12:54:19 -06:00
2023-04-05 17:19:53 +01:00
2023-02-22 16:23:49 +01:00
2023-04-13 23:29:13 +02:00
2023-03-22 17:46:01 +01:00