Iterating Expression
Abstract intermediate for expressions that bind each element of `source` to a loop variable and evaluate a per-element body. The body's shape and the way the runner combines results vary per subclass — concat into a string for ForEach, collect into a list for ListMap, predicate-filter for Filter, group for PartitionBy, dedupe for DistinctBy.
- Subclass Of
List-Sourced Expression