MoreLINQ
MoreLINQ copied to clipboard
Add `CopyTo` Operator
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
can you explain more
@mohamedabotir Please see the PR #964 for more details.