Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Observable): remove redundant reduce overload
The first overload signature for `reduce` is redundant, since it is simply a special case of the `reduce<T, R>` overload. Its presence breaks type inference when the type of the source observable items and the accumulator differ.
- Loading branch information