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

4
LINES

< > BotCompany Repo | #1003112 // arrayPlus - concat arrays

JavaX fragment (include)

1  
// one array plus more elements
2  
static O[] arrayPlus(O[] a1, O... a2) {
3  
  ret concatArrays(a1, a2);
4  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003112
Snippet name: arrayPlus - concat arrays
Eternal ID of this version: #1003112/1
Text MD5: 5007fce99c076421e73fce8757fada5e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-05-01 00:57:28
Source code size: 104 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 614 / 685
Referenced in: [show references]