Transpiled version (2518L) is out of date.
static <A> S joinWithSlash(Iterable<A> l) { ret join("/", l); } static <A> S joinWithSlash(A... l) { ret joinWithSlash(asList(l)); }
Began life as a copy of #1021512
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021513 |
| Snippet name: | joinWithSlash |
| Eternal ID of this version: | #1021513/5 |
| Text MD5: | 9531ac25875830a4a97b01cd6dcbef36 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-04 23:04:47 |
| Source code size: | 143 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 609 / 740 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024484 - joinWithSemicolon #1031318 - joinWithDot |