What is the purpose of a zip function (as in Python or C# 4.0) ?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-03-12T00:26:32Z Indexed on 2010/03/12 0:37 UTC
Read the original article Hit count: 91

Filed under:
|
|

Someone asked How to do Python’s zip in C#?...

...which leads me to ask, what good is zip? In what scenarios do I need this? Is it really so foundational that I need this in the base class library?

© Stack Overflow or respective owner

Related posts about zip

Related posts about python