F# style discriminated unions or 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
Jan 25, 2019
$ dotnet add package OneOf.Signed
No README available.