ecmascript-iterator-hof icon indicating copy to clipboard operation
ecmascript-iterator-hof copied to clipboard

Bind operator for chaining

Open RangerMauve opened this issue 8 years ago • 0 comments

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.

RangerMauve avatar Mar 05 '18 15:03 RangerMauve