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

4
LINES

< > BotCompany Repo | #1027676 // objectArrayPlus - synonym of arrayPlus

JavaX fragment (include)

// one array plus more elements
static O[] objectArrayPlus(O[] a1, O... a2) {
  ret arrayPlus(a1, a2);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027676
Snippet name: objectArrayPlus - synonym of arrayPlus
Eternal ID of this version: #1027676/1
Text MD5: 6b200d55be900c1e19f3b8767467a4d5
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-30 00:34:18
Source code size: 105 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 103
Referenced in: [show references]