dtolnay / quote

Rust quasi-quoting
Apache License 2.0
1.32k stars 90 forks source link

Add an example for multiple variables in repetitions #207

Closed jo-so closed 2 years ago

jo-so commented 2 years ago

I didn't get how to use the repetition with more variables from the example #( #k => println!("{}", #v), )*. I think a more comprehensive example would be helpful.