When I do int[], string[], T[] - this is a generic array. An array is just an object like everything else.
So what is the actual open generic type of []? I assume it is just some syntactic sugar over something like Array<> but I haven't been able to find anything of the sort.
Bonus points if you can somehow answer this before Jon Skeet.