We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add FullGroupJoin to release notes
2.5 version stamp
Note about maintenance release
Pin projects to C# version 7
Add Partition; closes #210 Partition splits a sequence in two or more generally groupings
.NET 4.0 can be targeted with System.ValueTuple
FillBackward overload missing return doc; closes #268
Add SkipLast; closes #215
Adds Sequence(start, stop, [step]); closes #240
Swap FillForward/Backward filler function args It is more natural to supply the "current" item first.