Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add @array.zip and @array.zip_with #1575

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

myfreess
Copy link
Contributor

No description provided.

@coveralls
Copy link
Collaborator

coveralls commented Jan 26, 2025

Pull Request Test Coverage Report for Build 5169

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 85.42%

Totals Coverage Status
Change from base Build 5168: 0.02%
Covered Lines: 5390
Relevant Lines: 6310

💛 - Coveralls

@myfreess myfreess force-pushed the myfreess/add-array-zip branch from 5d75410 to c82b1f9 Compare January 26, 2025 04:30
@myfreess myfreess force-pushed the myfreess/add-array-zip branch from c82b1f9 to 01aafb4 Compare January 26, 2025 04:46
@myfreess myfreess requested a review from Yoorkin January 26, 2025 06:05
@Lampese
Copy link
Collaborator

Lampese commented Jan 27, 2025

I have an API design concern, with Array zip, what about FixedArray? What about other linearly traversable structures? This leads to the discussion that Iter::zip, but our Iter can't do zip...

cc @bobzhang

@FlammeShadow
Copy link
Contributor

It seems zip_with can be easily composed with zip and map?

@illusory0x0
Copy link
Contributor

related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants