montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Fix/set.reduce right #209

Closed Nikolsi closed 5 years ago

Nikolsi commented 5 years ago

Set.reduceRight did not callback at all. It was caused by not using the reverseOrder array and incorrect index counting.

marchant commented 5 years ago

Thanks, LGTM!