newtype - distinct type aliases for C#
4mon 17d ago by programming.dev/u/jupiter in csharp@programming.dev from programming.dev
I made another oopsie, I mean, Open Sourcie. :3
Remember Haskell's newtype? Or F# type abbreviations?
Well, newtype is a package that lets you use similar semantics in #CSharp for a large number of types, including the ability to add semantics and extension-like methods to your own derived types.
MIT-Licensed, go wild!