There are 0 repository under kotlin-varargs topic.
Varargs is a feature in Kotlin that allows you to pass a variable number of arguments to a function. The syntax for declaring a vararg parameter is to put vararg in front of the parameter type.