Hacker News new | ask | show | jobs
by zozbot234 1303 days ago
> variadic templates, something Rust doesn't support

Well, Rust uses macros for that which are equivalent to C++ templates. Ever used println!() ?