Inline Arrays
-
Inline Arrays
-
It allows the creation of an array of fixed sizes in a struct type. It provides performance characteristics similar to an unsafe fixed-size buffer. The runtime team and other library authors use the feature to improve performance.
