Hacker News new | ask | show | jobs
by Phil_Latio 581 days ago
How does this create variadic functions? The arity is the same, since the function signature defines the exact amount of arguments. The compiler just passes the omitted ones for you.