About OptionalSharp


OptionalSharp

OptionalSharp is a small, lightweight utility library in C#. It provides a way to represent optional values that may or may not exist. This Optional type aims to make your code more robust and clear, helping to eliminate NullReferenceExceptions and make it obvious when a value might be absent.

I recommend looking at source for this for now.

OptionalSharp

Provides a way to represent optional values that may or may not exist clearly.

Created
6/29/2023
Updated
7/1/2023
In Collections
0
Referenced
2
Referencing
0