Skip to content

Order of Generics on Zip Operator #333

Closed
@benjchristensen

Description

@benjchristensen

I just noticed that the zip operator has generics ordered as <R, T0, T1, T2, T3>.

This differs from Rx.Net and Func* classes which are like Func4<T1, T2, T3, T4, R>.

This would be a breaking change, but should we do it to get consistency of ordering the return type always as the last generic?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions