hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Add Array.prototype - like iterator methods to im.object and im.array #32

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

Add support for the following on both im.object and im.array:

See http://es5.github.io/#x15.4.4.16 onwards.

hughfdjackson commented 11 years ago

reduceRight omitted for objects, since they provide no ordering guarantee, and therefore have no meaningful semantic for what it might mean.

Todo: