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

261 B

Modules

Modules of the standard library:

  • core: Core builtins
  • csv: Functions for operating over CSV data.
  • fs: File system functions
  • itrs: Iterator utilities
  • os: Operating system functions