how do i pass a vararg to a vararg
# getting-started
s
how do i pass a vararg to a vararg
m
Just be aware there's a performance hit using the spread operator. Only relevant if you're doing it a lot, but still be aware.
s
what should i use instead?