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

6
LINES

< > BotCompany Repo | #1011671 // addToObjectArray

JavaX fragment (include)

static O[] addToObjectArray(O[] a, O o) {
  O[] x = new O[l(a)+1];
  arraycopy(a, 0, x, 0, l(a));
  x[l(a)] = o;
  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: #1011671
Snippet name: addToObjectArray
Eternal ID of this version: #1011671/2
Text MD5: 51187a9aa2ce2d7efe74fd0abe4e49ee
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-02 03:06:08
Source code size: 128 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 399 / 422
Version history: 1 change(s)
Referenced in: [show references]