Hacker News new | ask | show | jobs
by insanitybit 1023 days ago
FWIW Rust does not have variadic functions. The closest thing would be either macros, which are variadic, or trait methods, which are not variadic but can look like they are.
1 comments

Oh yeah, that’s right! Thanks for the correction