| genex-list-transform-apply | |
| -------------------------- | |
| * The :genex:`LIST` generator expression's ``TRANSFORM`` operation gained an | |
| ``APPLY`` action that evaluates an arbitrary generator expression for each | |
| element, with ``$<_0>`` referring to the current element. |