Type[N] Fixed-size arrays have a size method attached to them for convenience purposes. struct Type[N] { uint Size() const; } Size Returns the size of the array. This is a compile-time constant.