F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
License
View license
Deps
1
Install Size
—
Vulns
✓ 0
Published
May 16, 2024
$ dotnet add package OneOf
No README available.