Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Cross product #18

Open
ndrwrbgs opened this issue Oct 16, 2018 · 0 comments
Open

Support Cross product #18

ndrwrbgs opened this issue Oct 16, 2018 · 0 comments

Comments

@ndrwrbgs
Copy link
Owner

ndrwrbgs commented Oct 16, 2018

Typical semantics implement this with a SelectMany or a Join - but generic of those don't allow us to know the size.

May be able to achieve with Join or a custom operator.

Example:

string[] names
object[] jobs

Tuple<string, object>[] everyoneDoesEverything = ???(names, jobs, (name, job) => ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant