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

9
LINES

< > BotCompany Repo | #1035914 // printConcat - print + concat

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

Transpiled version (9182L) is out of date.

sS printConcat(O... l) {
  ret print(concat(l));
}



sS printConcat(Iterable l) {
  ret print(concat(l));
}

Author comment

Began life as a copy of #1025259

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035914
Snippet name: printConcat - print + concat
Eternal ID of this version: #1035914/2
Text MD5: ace4845f273e8eccf3a545c6b3fd7b5e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-12 04:12:34
Source code size: 116 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 89
Version history: 1 change(s)
Referenced in: [show references]