ct-clmsn / chplx

A Chapel backend
Apache License 2.0
4 stars 2 forks source link

Adding zip facility for zippered iteration #17

Closed hkaiser closed 1 year ago

hkaiser commented 1 year ago

chplx::zip() supports zippered iteration over ranges, tuples, and domains

Note, this requires for https://github.com/STEllAR-GROUP/hpx/pull/6187 to be merged.

hkaiser commented 1 year ago

I'm merging this now to see if the github actions are being triggered.