Is it possible to create non-nullable arrays in C#? If so how?
Given the following code:
var someArray = new int[10]