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

7
LINES

< > BotCompany Repo | #1034773 // concatStrings

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5252L/29K).

sS concatStrings(O... l) {
  ret join("", l);
}

sS concatStrings(Iterable l) {
  ret join("", l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034773
Snippet name: concatStrings
Eternal ID of this version: #1034773/2
Text MD5: 89723d5dfaa4e1925a97d5f40ad5bc19
Transpilation MD5: 0622a87a125bbacdd9e6abd14b9ca4bd
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-10 20:12:41
Source code size: 106 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 132
Version history: 1 change(s)
Referenced in: [show references]