1 | sS joinNemptiesWithSemicolon(S... strings) {
|
2 | ret joinNempties("; ", strings);
|
3 | } |
4 | |
5 | sS joinNemptiesWithSemicolon(Collection<S> strings) {
|
6 | ret joinNempties("; ", strings);
|
7 | } |
Began life as a copy of #1017604
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024481 |
| Snippet name: | joinNemptiesWithSemicolon |
| Eternal ID of this version: | #1024481/1 |
| Text MD5: | 5d73ac203ef6b74ce4bab684b68c7665 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-13 22:03:55 |
| Source code size: | 179 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 472 / 530 |
| Referenced in: | [show references] |