Fold an iterator without an initial value.
# Cargo.toml
[dependencies]
reduce = "0.1.5+deprecated"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sums numbers using reduce.
Replace with .reduce(|a, b| a + b) directly on iterators.
No dependency data recorded yet.