MoreLINQ icon indicating copy to clipboard operation
MoreLINQ copied to clipboard

Add `CopyTo` Operator

Open viceroypenguin opened this issue 2 years ago • 2 comments

Add a CopyTo operator to replicate the behavior of List<>.CopyTo or Array.CopyTo, with enumerable semantics.

NB: See https://github.com/viceroypenguin/SuperLinq/blob/master/Source/SuperLinq/CopyTo.cs for implementation

viceroypenguin avatar Feb 03 '23 17:02 viceroypenguin

can you explain more

mohamedabotir avatar Feb 07 '23 11:02 mohamedabotir

@mohamedabotir Please see the PR #964 for more details.

viceroypenguin avatar Feb 07 '23 18:02 viceroypenguin