ZLinq icon indicating copy to clipboard operation
ZLinq copied to clipboard

Make Range(step) obsolete and add primitive overloads to Sequence/InfiniteSequence

Open neuecc opened this issue 9 months ago • 0 comments

I didn't expect the step Range(Sequence/InfiniteSequence) to be added in standard quickly. I want to minimize custom extensions, so I'd like to deprecate features that overlap. Instead, for Sequence/InfiniteSequence, which currently requires .NET 8 or higher, I'll add primitive overloads (similar to Sum and Max) to make them available on all platforms.

neuecc avatar Jun 20 '25 04:06 neuecc