Dissecting and Demystifying: Reduce/Inject
Reduce (a.k.a. Inject) is an enumerable method that recently made a whole lot of sense to me, so I figured that it was time to do a deep dive into how reduce
works and what it can do for us using Blocks and Symbols.