https://github.com/lookmumnohandlebars/preemosharp
The first library you'll use in every project. A lightweight collection of utility types and extensions.
https://github.com/lookmumnohandlebars/preemosharp
csharp dotnet extensions library open-source primitives utility
Last synced: 7 months ago
JSON representation
The first library you'll use in every project. A lightweight collection of utility types and extensions.
- Host: GitHub
- URL: https://github.com/lookmumnohandlebars/preemosharp
- Owner: lookmumnohandlebars
- Created: 2024-03-31T18:19:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T20:55:07.000Z (over 1 year ago)
- Last Synced: 2025-02-05T06:36:41.992Z (8 months ago)
- Topics: csharp, dotnet, extensions, library, open-source, primitives, utility
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperPrimitives
A collection of utility types for declarative programming in C#Types
- Unit: A performant "Valueless" value for use in Generics where void cannot be used.
- Option: A wrapper around a value that maybe exists.
- Result: Signifies a the result of an operation.
- Union: A type that declares multiple types as a possibility for the value.