Neal Gafter
Neal Gafter
@Thaina You can read it for yourself; I believe the answer is "no". What translation strategy would you recommend for that?
2. This is completely orthogonal to higher-kinded-types. I don't think having it would make it either easier or harder.
@asyncawaitmvvm @ygc369 Your suggestions don't address the scenarios that are driving these five proposals. See @JeremyKuhne 's note, just above, for a summary.
Records build on this, not vice versa. @MadsTorgersen are you working on a proposal for this?
I think `complex_pattern` is supposed to be any pattern that isn't a constant pattern. ``` complex_pattern : declaration_pattern | var_pattern ; ``` That's because, as a pattern, a constant pattern...
@HaloFour This is to track answering questions like those.
Maybe we could use a `TryGet` method.
@daveaglick Yes, having separate issues would be great. If you create a new one for one of these and link to it here, I'll edit the OP here.
/cc @cston
@mattwar There are a number of such methods in the BCL, but that is not the principal motivation for this feature. It is more motivated by generics scenarios where there...