What’s the benefit of var patterns in C#7?
The var pattern was very frequently discussed in the C# language repository given that it’s not perfectly clear what its use case is and given the fact that is var x does not perform a null check while is T x does, making it appear rather useless. However, it is actually not meant to be … Read more