Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1033989 // zipLists - synonym of zip

JavaX fragment (include)

static <A, B> L<Pair<A, B>> zipLists(L<A> l1, L<B> l2) {
  ret zip(l1, l2);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033989
Snippet name: zipLists - synonym of zip
Eternal ID of this version: #1033989/1
Text MD5: 11773218803304d862bb75eb07d960bb
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-15 06:52:43
Source code size: 77 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 146
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)