|
|
|
|
|
by jayd16
475 days ago
|
|
Hmm looking at that it seems like being a struct type is a non-goals they seem to explicitly call out C# value types as a different thing... Smaller objects from dropping identity is nice but it really doesn't seem like it gives you more explicit memory layout, lifecycle, c interop etc that C# has with their structs. Maybe I'm missing something. |
|