Browse Source
C# 7.2 introduced [readonly structs](https://docs.microsoft.com/en-us/dotnet/csharp/reference-semantics-with-value-types). Using this construct we can make sure that future modifications to these structs don't make them immutable and C# can generate more efficient code.pull/1308/head
18 changed files with 21 additions and 18 deletions
Loading…
Reference in new issue