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
Add a
CopyTooperator to replicate the behavior ofList<>.CopyToorArray.CopyTo, with enumerable semantics.NB: See https://github.com/viceroypenguin/SuperLinq/blob/master/Source/SuperLinq/CopyTo.cs for implementation