Hacker News new | ask | show | jobs
by jackblemming 1412 days ago
> But it defines its pipe function the same way RXJS does, separately for any number of arguments

What’s the issue? This has been a common way to do this sort of thing since C++ template meta programming. Have you honestly ever broke the bounds?

1 comments

There isn't necessarily any issue with it besides maybe not being very maintainable. I just tried to find a generic solution for the fun of it