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

5
LINES

< > BotCompany Repo | #1014627 // attractToTwoLists_merge

JavaX fragment (include)

static Triple<L<S>> attractToTwoLists_merge(Triple<L<S>> t, Triple<L<S>> t2) {
  ret triple(t2.a,
    concatLists_conservative(t.b, t2.b),
    concatLists_conservative(t.c, t2.c));
}

Author comment

Began life as a copy of #1014622

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014627
Snippet name: attractToTwoLists_merge
Eternal ID of this version: #1014627/1
Text MD5: a5f5d4208df25b9d7428f3995d2b63d6
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-27 01:06:34
Source code size: 186 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 352 / 423
Referenced in: [show references]