An open API service indexing awesome lists of open source software.

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.

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.