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
Three new async-predicate combinators completing the symmetry with their
sync-predicate counterparts (exists, forall, find):
- existsAsync: async predicate variant of AsyncSeq.exists
- forallAsync: async predicate variant of AsyncSeq.forall
- findAsync: async predicate variant of AsyncSeq.find (raises KeyNotFoundException)
8 new tests added; 256 total pass.
Co-authored-by: Copilot <[email protected]>
0 commit comments