DEV Community

Discussion on: OneOf<Us> Discriminated Unions in C#

Collapse
 
integerman profile image
Matt Eland

That's an interesting idea. You're sort of undercutting the framework and it could be a minor performance impact, but the code is likely better. Any samples you can share?