what I don't get however is that .NET has structs,...
# random
k
what I don't get however is that .NET has structs, yet C# goes for immutable, heap-allocated classes aka records. Won't this hurt performance?