ecmascript-iterator-hof
ecmascript-iterator-hof copied to clipboard
Bind operator for chaining
Once you introduce a series of operators, people are bound to want to have more.
I think it would be a good idea to introduce a .bind(fn, ...args) operator which would allow chaining with custom operators without having to subclass or modify the prototype.