FnX.Fn by Jonas Eriksson

<PackageReference Include="FnX.Fn" Version="0.7.2" />

.NET API 34,304 bytes

 FnX.Fn 0.7.2

Small C# library that extends funcs incl easier creation with inferred types, encapsulation, currying and recursion. Also select on object.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FnX.Fn</id>
    <version>0.7.2</version>
    <authors>Jonas Eriksson</authors>
    <owners>Jonas Eriksson</owners>
    <projectUrl>https://github.com/joeriks/FnX</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Small C# library that extends funcs incl easier creation with inferred types, encapsulation, currying and recursion. Also select on object.</description>
    <summary>Small helpers lib to easily map a single object and create funcs, good with anonymous types. And also currying.</summary>
    <copyright>Copyright 2013</copyright>
  </metadata>
</package>