why can't I take a varargs array and use operator ...
# announcements
m
why can't I take a varargs array and use operator + on it?
r
Did you get an answer to this? My guess is it has to do with
varargs
having an
out
projection, but I'm also curious.