1 | static S joinLines(List<String> lines) { |
2 | return fromLines(lines); |
3 | } |
4 | |
5 | static S joinLines(S glue, S text) { |
6 | ret join(glue, toLines(text)); |
7 | } |
Began life as a copy of #1002398
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, imzmzdywqqli, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002661 |
Snippet name: | joinLines - extends fromLines |
Eternal ID of this version: | #1002661/1 |
Text MD5: | 99c2c211e9739e7f484b47a1b3599eaf |
Author: | stefan |
Category: | javac |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-24 15:21:59 |
Source code size: | 148 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 738 / 1769 |
Referenced in: | [show references] |