Closed BooleanCat closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
cc19074
) to head (7eaa52e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please provide a brief description of the change.
This is a breaking change.
Add
TryCollect
to collect aniter.Seq2[V any, error]
into a[]V
and anerror
. Iteration terminate at the first error.Remove
CollectErr
and replace with the more generalCollect2
.Which issue does this change relate to?
None.
Contribution checklist.