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

7
LINES

< > BotCompany Repo | #1030065 // joinWithColon (and space)

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

Transpiled version (2520L) is out of date.

static <A> S joinWithColon(Iterable<A> l) {
  ret join(": ", l);
}

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

Author comment

Began life as a copy of #1024484

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030065
Snippet name: joinWithColon (and space)
Eternal ID of this version: #1030065/4
Text MD5: 0af321c9a47b59cb4926ecc7b8ffd206
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-08 01:44:05
Source code size: 123 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 179
Version history: 3 change(s)
Referenced in: [show references]