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
Fix this TODO. Currently find returns the first match. It should error if there are multiple matches. How should we do this? Run a .filter(...).count()? Trying to figure out if we can avoid having to iterate twice while maintaining nice iterator style syntax
The text was updated successfully, but these errors were encountered:
Fix this TODO. Currently
find
returns the first match. It should error if there are multiple matches. How should we do this? Run a.filter(...).count()
? Trying to figure out if we can avoid having to iterate twice while maintaining nice iterator style syntaxThe text was updated successfully, but these errors were encountered: