Is there any way to create a non-null array of a c...
# announcements
a
Is there any way to create a non-null array of a certain size other than doing
arrayOfNulls
, filling up, and doing a cast the compiler complains about?