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.
- Host: GitHub
- URL: https://github.com/open-net-libraries/open.lazy.extensions
- Owner: Open-NET-Libraries
- License: mit
- Created: 2017-09-24T03:38:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T19:37:12.000Z (7 months ago)
- Last Synced: 2025-03-25T14:51:17.163Z (3 months ago)
- Topics: cs, dotnet, dotnetcore, lazy
- Language: C#
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.