Join Slack
Powered by
`reduce` starts with the first element, you might ...
# getting-started
k
karelpeeters
05/30/2019, 5:56 PM
reduce
starts with the first element, you might be confusing it with
fold
which does take an explicit starting value. In your examples the lambda is never even run.
2
Views
Open in Slack
Previous
Next