static S joinWithSpaces(Collection<S> c) { ret join(" ", c); } static S joinWithSpaces(S... c) { ret join(" ", c); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007801 |
| Snippet name: | joinWithSpaces - join(" ", l) |
| Eternal ID of this version: | #1007801/2 |
| Text MD5: | 593d6d8b1266146088844800b3541b97 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-08 21:07:19 |
| Source code size: | 129 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 851 / 841 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |