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

https://github.com/open-net-libraries/open.lazy.extensions

Simple set of Lazy extensions.
https://github.com/open-net-libraries/open.lazy.extensions

cs dotnet dotnetcore lazy

Last synced: 2 months ago
JSON representation

Simple set of Lazy extensions.

Awesome Lists containing this project

README

        

# Open.Lazy.Extensions

Simple set of Lazy extensions.

Contains:
Code saver: allows for `Lazy.Create(/* with type inference */)` and immutable default for `null` and `default(T)` values.