if i have, say, arrayOf(1,2,3) and function foo(a:...
# announcements
j
if i have, say, arrayOf(1,2,3) and function foo(a:Int, b:Int, c:Int), how can I call foo() passing the values in the array as individual params? or can i?