1 | sS joinWithNonSpacedVBar(Iterable<S> l) { |
2 | ret join("|", l); |
3 | } |
4 | |
5 | sS joinWithNonSpacedVBar(S... l) { |
6 | ret joinWithNonSpacedVBar(asList(l)); |
7 | } |
Began life as a copy of #1021563
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028858 |
Snippet name: | joinWithNonSpacedVBar |
Eternal ID of this version: | #1028858/1 |
Text MD5: | f15ccdec6c011cb7b6f9195b55ee9cda |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-10 14:07:02 |
Source code size: | 147 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 178 / 210 |
Referenced in: | [show references] |