✅ When is the single argument positional pattern ever used?
The
Type(var y) is what I'm looking for. There is no equivalent for deconstruction (var (y) = new Type() is invalid). Does there exist any .NET API that even makes use of this? Is it ever good design compared to property patterns??