Closed Nikolsi closed 5 years ago
Set.reduceRight did not callback at all. It was caused by not using the reverseOrder array and incorrect index counting.
I have created a pull request #209 with fix for it
Does anybody here? :D
Thanks @Nikolsi for the nudge and providing the patch, just merged, sorry for the delay!
@marchant Thank you for accepting the merge request 👍
Set.reduceRight did not callback at all. It was caused by not using the reverseOrder array and incorrect index counting.
I have created a pull request #209 with fix for it