sS joinWithNonSpacedVBar(Iterable<S> l) { ret join("|", l); } sS joinWithNonSpacedVBar(S... l) { ret joinWithNonSpacedVBar(asList(l)); }
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: | 177 / 209 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |