Hacker News new | ask | show | jobs
by ViewTrick1002 201 days ago
Or just collect::<Vec<_>>() when you have up doing everything in a lazy pattern and want a concrete type again.

Which I guess i typical stumbling block when the compiler can’t infer what type to collect into.