`null!` in C#? What is "null-forgiving" operator?
Detour
What are the Non-Nullable Reference types?
So far all the reference types in C# have always been nullable (before C# 8.0 ). The option to have non-nullable reference type was not there.
On the other-hand the value types have always been nullab...
vkishan.hashnode.dev3 min read