i guess my real question is: is there a way for va...
# announcements
d
i guess my real question is: is there a way for varargs to sponge up everything until the last item? for instance this doesn't work:
fun foo(vararg nums: Int, finalNum: Int)