Ibra.Lazy
1.1.0
Provides support for cached, memoized functions, that return the same value for repeated invocations with the same parameters. Inspired by C#'s System.Lazy class.
Install-Package Ibra.Lazy -Version 1.1.0
dotnet add package Ibra.Lazy --version 1.1.0
<PackageReference Include="Ibra.Lazy" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ibra.Lazy --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ibra.Lazy, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 420 | 9/16/2018 |
1.0.1-alpha2 | 709 | 7/19/2016 |
1.0.1-alpha1 | 664 | 7/17/2016 |
1.0.1-alpha | 729 | 5/22/2016 |
1.0.0 | 712 | 8/8/2015 |