As of Firefox 148, I intend to enable the Joint Iteration proposal by default
on all platforms. It is currently available in Nightly builds, but disabled by default and controlled by the `javascript.options.experimental.joint_iteration`
preference. The proposal adds new `Iterator.zip` and `Iterator.zipKeyed` methods that allow zipping together underlying iterators into an iterator over values grouped by position, similar to zip in many other languages. Our implementation was
contributed by André Bargull, thank you!