added filling and reduction to iterators
This commit is contained in:
parent
0b464ba8a3
commit
d90cae3651
2 changed files with 19 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue