Libraryless. Click here for Pure Java version (2750L/16K).
1 | static <A> S joinWithDot(Iterable<A> l) {
|
2 | ret join(".", l);
|
3 | } |
4 | |
5 | static <A> S joinWithDot(A... l) {
|
6 | ret joinWithDot(asList(l)); |
7 | } |
Began life as a copy of #1021513
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031318 |
| Snippet name: | joinWithDot |
| Eternal ID of this version: | #1031318/1 |
| Text MD5: | a970135bae632e59b070290dce0fde8f |
| Transpilation MD5: | a32ba7c48bd7886ecf50709d019351a2 |
| 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:05:09 |
| Source code size: | 137 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 390 / 501 |
| Referenced in: | [show references] |