Suminda Dharmasena created GROOVY-9640:
------------------------------------------
Summary: Element-wise Array, Collection Operations
Key: GROOVY-9640
URL: https://issues.apache.org/jira/browse/GROOVY-9640
Project: Groovy
Issue Type: New Feature
Reporter: Suminda Dharmasena
Can we have elementwise operations? E.g.
{code:java}
arr1 .+ arr2 // each element of the arrays are added to the corresponding
element in the other array
arr1 .* arr2 // each element of the arrays are multiplied with the
corresponding element in the other array
...{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)