add iterating over grouped items of iterators

This commit is contained in:
Matthieu Jolimaitre 2024-09-11 10:28:36 +02:00
parent 12f109adf3
commit 0b464ba8a3
2 changed files with 57 additions and 5 deletions

View file

@ -2,7 +2,7 @@
export type { Arr, ClassOf, Constructible, Function, InstanceOf, KeyOfType, Tail } from "./lib/types.ts";
// functions
export { all, enumerate, filter, filter_map, it, Iter, map, zip } from "./lib/iter.ts";
export { all, chunk, enumerate, filter, filter_map, it, Iter, map, window, zip } from "./lib/iter.ts";
export { log_from, next, split_promise, wait } from "./lib/utils.ts";
// Structures