static S joinNemptiesWithComma(O... strings) { ret joinNempties(", ", strings); } static S joinNemptiesWithComma(Iterable strings) { ret joinNempties(", ", strings); }
Began life as a copy of #1010636
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016893 |
Snippet name: | joinNemptiesWithComma |
Eternal ID of this version: | #1016893/3 |
Text MD5: | 21458b9897fafe8bd9b5631528946afa |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-01-04 04:14:32 |
Source code size: | 178 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 458 / 484 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017604 - joinNemptiesWithColonSpace #1018473 - joinNemptiesWithVBar #1030570 - joinNemptiesWithDot #1032118 - appendBracketed_comma |