8000 Release 4.4.0 Β· morelinq/MoreLINQ Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

4.4.0

Latest
Compare
Choose a tag to compare
@atifaziz atifaziz released this 31 Dec 18:08
· 11 commits to master since this release

NuGet Package Documentation

What's New πŸ“£

  • Generic versions of Sequence for any number type by @atifaziz in #893:
    public static IEnumerable<T> Sequence<T>(T start) where T : INumber<T>, IMinMaxValue<T>
    public static IEnumerable<T> Sequence<T>(T start, T stop) where T : INumber<T>
    public static IEnumerable<T> Sequence<T>(T start, T stop, T step) where T : INumber<T>
  • SkipLastWhile extension by @ArmoryNode in #1085

What's Changed πŸ—’οΈ

New Contributors πŸ‘‹πŸ½

See Also ℹ️

0