Open
Description
- Combined
--loop
and--expr
, where the lambda is evaluated once per line, and the return value is printed - Related to the above,
--loop --flatten
, which is the same as above, but the lambda returns anIntoIterator
(such asOption<T>
) and prints each item once per line --display
mode, whereDisplay
is used instead ofDebug
when running in expression mode to print items