Suggestion
Similar to filter sections, but for transforming a list.
transform {_list::*}:
input * 2
abs(input)
Why?
Even though this is achievable by stacking these transformations together in a regular transform effect ({_list::*} transformed using (abs(input * 2))), it provides more options for less standard syntax that doesn't have as easy-to-use expressions.
Other
No response
Agreement
Suggestion
Similar to filter sections, but for transforming a list.
Why?
Even though this is achievable by stacking these transformations together in a regular transform effect (
{_list::*} transformed using (abs(input * 2))), it provides more options for less standard syntax that doesn't have as easy-to-use expressions.Other
No response
Agreement