Added iterators
Iterators are an unbounded sequence of elements that can only be consumed one-by-one.
This commit is contained in:
parent
badb3b88ba
commit
142abeb990
11 changed files with 614 additions and 62 deletions
|
|
@ -5,4 +5,5 @@ Modules of the standard library:
|
|||
- [core](/mod/core): Core builtins
|
||||
- [csv](/mod/csv): Functions for operating over CSV data.
|
||||
- [fs](/mod/fs): File system functions
|
||||
- [itrs](/mod/itrs): Iterator utilities
|
||||
- [os](/mod/os): Operating system functions
|
||||
Loading…
Add table
Add a link
Reference in a new issue