<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">This&nbsp;<a href="http://stackoverflow.com/q/40517760/3141234" class="">stack overflow question</a>&nbsp;asks about using zip with more than 3 sequences. I referred the OP to the&nbsp;<a href="https://github.com/apple/swift/blob/master/docs/GenericsManifesto.md#variadic-generics" class="">generics manifesto</a>, which describes the (current) lack of varadiac generics, which prohibits the ability to express (in pure Swift) the ability to write ZipSequence for an arbitrary number of sequences.<div class=""><br class=""></div><div class="">I wrote up&nbsp;<a href="https://github.com/amomchilov/ZipNsequence/blob/master/ZipNSequence.swift.gyb" class="">a (rough) gyb template for creating ZipSequences.</a>&nbsp;Is there any interest in adding something like this to the stdlib?</div><br class=""><div class="">
<div class="">- Regards,<br class="">&nbsp; &nbsp; &nbsp; &nbsp; Alexander Momchilov</div>

</div>
<br class=""></body></html>