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
FWIW, if there's a measurable perf regression, this sounds exactly like the kind of use-cases where autoref specialization could be used to recover the lost perf.
Unlike the count attribute, which is limited to supporting
Vec<T>
, the count helper function works for any type which implementsFromIterator<T>
.Upsides:
Possible pitfalls:
Vec<u8>
The text was updated successfully, but these errors were encountered: