How can I write a function that accepts a variable number of arguments? Is this possible, how?
We could also use an initializer_list if all arguments are const and of the same type