Is there any better way to achieve this? ``` val l...
# getting-started
g
Is there any better way to achieve this?
Copy code
val list = item.someMethod(foo).take(2)
call(list[0], list[1], bar)