miha-x64
06/17/2018, 9:01 AMvarargFunction(a, b, c)
will then be equal to varargFunction(*arrayOf(a, b, c))
ilya.gorbunov
06/17/2018, 3:21 PM— not mutated after vararg function calland not used after the function call at all.
miha-x64
06/17/2018, 6:15 PM