Recursively reduce a tree to a single value
takes in the current accumulator and node and returns the new accumulator
the reduced value
Generated using TypeDoc
Recursively reduce a tree to a single value