Data & Collections
Data & Collections
- Collection Slicing and Restructuring Operators — Operators that slice, batch, window, and gate streams and iterators
- Collection Operators — Six core iteration operators: seq, fan, filter, fold, acc, and sort (slicing and restructuring live in a companion file)
- Iterators — Lazy sequence generation with the iterator protocol
- String Methods Reference — String methods for text manipulation, pattern matching, and formatting