5 ms·
Even closer would be a C# ‘readonly record struct’. Though, it would be allocated on the stack unless you box it.
by kuhsaft 3mo ago
Even closer would be a C# ‘readonly record struct’. Though, it would be allocated on the stack unless you box it.