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
PR #75 creates a generic CollectResults trait and implements it for vecs. We should extend that functionality to iters so we don't have to call .collect before using it.
The text was updated successfully, but these errors were encountered:
PR #75 creates a generic CollectResults trait and implements it for vecs. We should extend that functionality to iters so we don't have to call
.collect
before using it.The text was updated successfully, but these errors were encountered: