Hacker News new | ask | show | jobs
by dwaltrip 2161 days ago
In the function definition of `generate_series`, what is going on with the `default!` macro?

That isn't some sort of way of actually getting real default param values is it? I thought that wasn't possible in Rust.