Rust doesn't allow us to create variadic functions (functions that take a variable amount of arguments, think *args in python or the rest operator in JS), but we can create a macro that would the same, but a macro is just too imperative to tell when the arguments end or detect EOL codes.
about 1 month ago