ReactiveX / IxJS

The Interactive Extensions for JavaScript

Home Page:https://reactivex.io/IxJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why do both concat() and concatStatic() exist?

felixfbecker opened this issue · comments

They seem to have the exact same signature and implementation, except that one allows 0-n args, while the other allows 1-n args.