Is there a PowerShell equivalent to the 'zip' from functional programming?
What is zip (functional programming?)
I want to take two input sequences and return a sequence of tuples containing the paired elements. Is there a built-in method or something built-in to the language that makes this easy?
BTW, I want the solution to be very 'natural' for PowerShell and integrate with the pipeline.