Sometimes I get this issue when working with Outpu...
# general
g
Sometimes I get this issue when working with Output.Tuple() but I don't quite get why:
Copy code
The call is ambiguous between the following methods or properties: 'Output.Tuple<T1, T2>(Input<T1>, Input<T2>)' and 'Output.Tuple<T1, T2>(Output<T1>, Output<T2>)'
I definitely have some instances where I mix Input with Output in the parameters and don't get that error