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

7
LINES

< > BotCompany Repo | #1030067 // joinNemptiesWithColon

JavaX fragment (include)

sS joinNemptiesWithColon(S... strings) {
  ret joinNempties(": ", strings);
}

sS joinNemptiesWithColon(Cl<S> strings) {
  ret joinNempties(": ", strings);
}

Author comment

Began life as a copy of #1024481

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030067
Snippet name: joinNemptiesWithColon
Eternal ID of this version: #1030067/1
Text MD5: 24765f36c9d03cf8a98638ab8408de4f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-04 11:32:33
Source code size: 163 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 134 / 169
Referenced in: [show references]