alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Add a Prelude to alias `Unit.Value` to `unit` #141

Closed alexnoddings closed 6 months ago

alexnoddings commented 6 months ago

For Prelude users, this will clean code up slightly; e.g.

return Unit.Value;
// becomes
return unit;
alexnoddings commented 6 months ago

Added in v3.4.0.