functional
functional copied to clipboard
Adding -InitialValue as optional parameter to Reduce-Object
Hi, I added an extra feature on the Reduce-Object
to provide an InitialValue
as optional parameter.
This way the implementation looks more compliant to the reduce that you find in other functional languages.
What you think about it?