zacharylayne / ConstTypeArgs

Provides a framework for defining types that can be used to pass constant & static values as generic type arguments. These can be used in static contexts (such as static constructors & static methods), reduce the need to pass arguments through instance constructors, add compile-time validation, and more.
MIT License
2 stars 0 forks source link

Create ConstTypeArgs.Text.Unicode Libraries #55

Open zacharylayne opened 1 month ago

zacharylayne commented 1 month ago

See #50 for more information. This likely will be broken out into other tasks.