Closed GoogleCodeExporter closed 9 years ago
Original comment by azizatif
on 7 Apr 2009 at 10:07
This issue has been created from suggestions in other issues and which are re-
produced below for convenience:
--------------------
From: azizatif
Source: http://code.google.com/p/morelinq/issues/detail?id=6#c4
- EquiZip:
Sequences must be equal in length otherwise throw error
- Zip:
Truncates to shorter of the two sequences
--------------------
From: jeffmagic
Source: http://code.google.com/p/morelinq/issues/detail?id=6#c11
- Zip
- PaddedZip
I don't think the truncated version is required because if you lazily evaluate
the
results of Zip and PaddedZip you can just do PaddedZip.Take or Zip.Take to get
the
shorter of the two.
--------------------
From: jonathan.skeet
Source: http://code.google.com/p/morelinq/issues/detail?id=24#c2
How about:
Zip - throw error
ZipTruncate - stop at end of shorter sequence
ZipExtend - extend shorter sequence with default values
Original comment by azizatif
on 7 Apr 2009 at 10:29
Closing this issue as stale as v1.0 shipped with Zip, EquiZip and ZipLongest.
Original comment by azizatif
on 22 Jun 2013 at 11:54
Original comment by azizatif
on 22 Jun 2013 at 11:56
Original issue reported on code.google.com by
jonathan.skeet
on 7 Apr 2009 at 9:53