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

7
LINES

< > BotCompany Repo | #1008801 // cncAddFirstAndLast

JavaX fragment (include)

static L cncAddFirstAndLast(L l) {
  new L x;
  x.add("");
  x.addAll(l);
  x.add("");
  ret x;
}

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: #1008801
Snippet name: cncAddFirstAndLast
Eternal ID of this version: #1008801/1
Text MD5: 5362ab6da1c3bfa804f50d1597af9d07
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-06-09 02:05:44
Source code size: 103 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 423 / 457
Referenced in: [show references]