added filling and reduction to iterators

This commit is contained in:
Matthieu Jolimaitre 2024-10-08 12:15:58 +02:00
parent 0b464ba8a3
commit d90cae3651
2 changed files with 19 additions and 1 deletions

View file

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