Join Slack
Powered by
Ah, I think I ran into a limit - you can sure pass...
# announcements
a
amanda.hinchman-dominguez
05/08/2019, 1:05 AM
Ah, I think I ran into a limit - you can sure pass a vararg of functions, but I don't know about a vararg of any parameters within the function
a
Alowaniak
05/08/2019, 3:49 PM
Afaik you just can't have varargs in a lambda/function type in general
val foo: (varargs notPossible: Any) -> Unit ...
3
Views
Open in Slack
Previous
Next