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

9
LINES

< > BotCompany Repo | #1025259 // concat - synonym of concatStrings

JavaX fragment (include)

sS concat(O... l) {
  ret concatStrings(l);
}



sS concat(Iterable l) {
  ret concatStrings(l);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1025259
Snippet name: concat - synonym of concatStrings
Eternal ID of this version: #1025259/4
Text MD5: f7585e5d20a625ec5fc404049bf8078f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-19 21:21:49
Source code size: 106 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 199 / 255
Version history: 3 change(s)
Referenced in: [show references]