Replies: 1 comment
-
I am really happy that you have decided to go ahead with class unions before finalizing the whole design. Speaking of struct union challenges, how does F# work around the problem of large structs? As far as I know, it performs no optimizations to reduce the size of the union.
I thought the bigger problem was that generic types couldn't have explicit locations. Runtime doesn't get confused, it flat out refuses to load a struct union where you try to pack all kinds into |
Beta Was this translation helpful? Give feedback.
-
https://github.com/dotnet/csharplang/blob/main/meetings/2025/LDM-2025-01-13.md
Agenda
Beta Was this translation helpful? Give feedback.
All reactions