I've often fallen back to using `vararg` for that ...
# language-proposals
c
I've often fallen back to using
vararg
for that reason. I would have preferred to use a
List
but that would compromise the fluency of the DSL, so I accept a
vararg
and turn it into a
List
so that the
List
type is never seen. Not a huge deal but a bit unfortunate.