Skip to content

Zip To Longest

Compare
Choose a tag to compare
@jsbean jsbean released this 24 Jul 19:12
· 174 commits to latest since this release
dc5dbd5

The following two structures were added:

  • ZipToLongest2Sequence
  • ZipToLongest3Sequence

And four functions which leverage them:

  • zip(_:_:fill1:fill2:)
  • zip(_:_:fill:)
  • zip(_:_:_:fill1:fill2:fill3:)
  • zip(_:_:_:fill:)