C# 12 – Inline arrays
Inline arrays enable you to create an array of fixed size in a struct type. Such a struct, with an inline buffer, should provide performance comparable to an unsafe fixed size buffer.
#c# 12, #inlinearrays, #programming
...
https://www.youtube.com/watch?v=HXIEfh6oznc