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

3
LINES

< > BotCompany Repo | #1017438 // combineZigZag_sameLength - combine two priority-first lists with same length into a new priority-first list

JavaX fragment (include)

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

Author comment

Began life as a copy of #1017436

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017438
Snippet name: combineZigZag_sameLength - combine two priority-first lists with same length into a new priority-first list
Eternal ID of this version: #1017438/6
Text MD5: 2dfc76981503eb7381338a63d58a505f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-21 13:05:15
Source code size: 105 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 252 / 313
Version history: 5 change(s)
Referenced in: [show references]