riff
riff copied to clipboard
Variadic functions
fn f(...) {
}
I'm labeling this as experimental since it's not immediately clear to me how to implement this, but it's a handy language feature that I'd like to support at some point.
- https://en.wikipedia.org/wiki/Variadic_function
- https://rosettacode.org/wiki/Variadic_function