Replies: 2 comments 4 replies
-
What are the semantics if the lengths are difference? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Can you give an example of when you'd want this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Regarding Incremental Source Generators, as far as I'm aware there is currently no immediate support for a "Concat" transform. The behaviour is illustrated in the diagram at the bottom.
For me, the need for such a transform appears when simplifying separate branches of a pipeline to a common type T. I am then left with two instances of IncrementalValuesProvider<T>, and all subsequent transforms (which are the same in both cases) has to be applied to each individually. This seems like a relatively rare situation, and often appears at the very end of pipelines anyway.
Alternative Solutions
Behaviour:
Beta Was this translation helpful? Give feedback.
All reactions