Iterators are an unbounded sequence of elements that can only be consumed one-by-one.
		
			
				
	
	
		
			9 lines
		
	
	
		
			261 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			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  |