Is there a zip equivalent in core API? #1670
Answered
by
sogaiu
tranzystorekk
asked this question in
Q&A
-
|
I'm looking to zip together two data structures to solve a simple Advent of Code problem, and I got surprised when trying Is there some builtin way to do a zip instead? I failed to find it by looking through the Janet API docs, it all seems a bit too scattered. |
Beta Was this translation helpful? Give feedback.
Answered by
sogaiu
Nov 21, 2025
Replies: 1 comment 1 reply
-
|
Something like this? or may be this? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tranzystorekk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this?
or may be this?