Try ```Julia func([(1,2), (3,4)]...) ``` -erik
On Fri, Feb 26, 2016 at 9:51 PM, <[email protected]> wrote: > I have an array of tuples and I want to pass the tuples to the zip function > without manually typing out the indices. Is there a way to do this? -- Erik Schnetter <[email protected]> http://www.perimeterinstitute.ca/personal/eschnetter/
