(->> ..args) args: one or more forms
M
Alternative syntax for nested function calls.
->> is equivalent to the -> macro, but the result of each form is
inserted as the last argument to its succeeding function call, rather than the
first argument.
(->> ..args) args: one or more forms
Alternative syntax for nested function calls.
->> is equivalent to the -> macro, but the result of each form is
inserted as the last argument to its succeeding function call, rather than the
first argument.