Skip to content

Now with Zip

Compare
Choose a tag to compare
@stephencelis stephencelis released this 22 Aug 18:13
084b113

Overture 0.3.0 includes a handful of handy zip functions! This includes:

  • N-ary overloads of zip on sequences, zipping up to 10 sequences at once
  • zip on optionals, zipping up to 10 optionals at once
  • zip(with:) on both sequences and optionals, for transforming zipped tuples into more interesting values

See more about the announcement on our blog: [Overture: Now with Zip](https://www.pointfree.co/blog/
https://www.pointfree.co/blog/posts/15-overture-0-3-0-now-with-zip).