The part of this code that makes strings a varargs parameter is the * symbol after the String declaration.
Once you've defined a function that accepts a varargs field, you can call that function with multiple arguments.
Collection
[
|
...
]
The part of this code that makes strings a varargs parameter is the * symbol after the String declaration.
Once you've defined a function that accepts a varargs field, you can call that function with multiple arguments.