ucl/_docs/mod/index.md
Leon Mika 142abeb990 Added iterators
Iterators are an unbounded sequence of elements that can only be consumed one-by-one.
2025-03-23 12:00:58 +11:00

9 lines
261 B
Markdown

# Modules
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