montagejs / collections

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

Fix/set.reduce right #209

Closed Nikolsi closed 6 years ago

Nikolsi commented 6 years ago

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

marchant commented 6 years ago

Thanks, LGTM!