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

7
LINES

< > BotCompany Repo | #1030067 // joinNemptiesWithColon

JavaX fragment (include)

1  
sS joinNemptiesWithColon(S... strings) {
2  
  ret joinNempties(": ", strings);
3  
}
4  
5  
sS joinNemptiesWithColon(Cl<S> strings) {
6  
  ret joinNempties(": ", strings);
7  
}

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: 138 / 174
Referenced in: [show references]