I needed to ultimately make my own function for th...
# announcements
k
I needed to ultimately make my own function for this which I called
meld
. Maybe there's a better name. But it was similar to a reduce/fold but with the option to start a new accumulator vs not, basically, and you'd get a
List<T>
instead of a
T
back with each accumulator that you built up into