Zip, a Scala language concept
Last updated
'zip' allows you to combine two lists pair-wise (meaning turn a pair of lists, into a list of pairs)
It can be used over Arrays, Lists, Views, Iterators and other collections.
There's more!
To see the rest of the Scala concept, and all our other concepts for free, Register (free).