Info
Version: | 1.0.3 |
Author(s): | vankata |
Last Update: | Friday, July 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Lerp |
Install
Install-Package Lerp
dotnet add package Lerp
paket add Lerp
Lerp Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Compiler.Tools(>= 10.0.2)
- FSharpPlus(>= 1.1.3)
Implement generic lerp function. Also allows generic map2 function that can be used to implement generic lerp on containers.