sS joinWithNewLine(Iterable<S> l) { ret join("\n", l); } sS joinWithNewLine(S... l) { ret joinWithNewLine(asList(l)); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1016910 |
| Snippet name: | joinWithNewLine |
| Eternal ID of this version: | #1016910/2 |
| Text MD5: | 70481e97ea82df5c130500c3f03a8392 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-01 19:19:49 |
| Source code size: | 130 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 715 / 728 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021512 - joinWithSpacedSlash |