Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

zip-longest.md

File metadata and controls

30 lines (21 loc) · 1.22 KB

ZipLongest

Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. The resulting sequence will always be as long as the longest of input sequences where the default value of each of the shorter sequence element types is used for padding.

// TODO add example

See also Exploring MoreLINQ Part 1 - Zipping by Mark Heath and his video that covers ZipLongest:

Video by Mark Heath

For more details, see the documentation.


✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.