logoalt Hacker News

himata4113yesterday at 10:14 PM0 repliesview on HN

I am sure there's a way to filter directly on cond variable and collect isn't needed most of the time since iterators are way more useful in general (unless you want to print that data)

   items.filter(cond).map(Pointer::idx)
I know this is possible, but you would have to consult some rust wizard for this.