You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this refactoring made it less efficient as you now need to collect the intermediates. I didn't think we need that, but you want to have a function, maybe you can make it borrowing from reports and producing an iterator, like this
fngroup_report_pairs<'a,BK,V>(reports:&'a [PrfHybridReport<BK,V>],) -> implIterator<Item = [AggregateableHybridReport<BK,V>;2]>> + 'a
Originally posted by @akoshelev in #1434 (comment)
The text was updated successfully, but these errors were encountered: