How to use ref structs in C# 13
Briefly

In C# programming, a ref struct is a stack-allocated value type that cannot be boxed or unboxed, making it ideal for high-performance applications.
Introduced in C# 7.2 and expanded in C# 13, ref structs offer enhanced usability by allowing local variables in iterator and asynchronous methods.
Read at InfoWorld
[
|
]