Closed BooleanCat closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
5351fab
) to head (75d4c5d
).
: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.
Much improved docs for READ, well at least the beginnings of it. Will follow up with more changes to add more missing docs.
Which issue does this change relate to?
None.
Contribution checklist.
Additional context
Within this change are a few others mixed in, my bad!
TryCollect
fromitx
for consistency.Reduce
toFold
. I'll later add aFold
variant calledReduce
that uses the first item yielded as the initial value (just like Rust)