static S tok_join(L<S> l, int i, int j) { ret joinSubList(l, i, j); } static S tok_join(L<S> l, int i) { ret joinSubList(l, i); } static S tok_join(L<S> l, IntRange r) { ret joinSubList(l, r); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031579 |
| Snippet name: | tok_join - synonym of joinSubList |
| Eternal ID of this version: | #1031579/1 |
| Text MD5: | fb9334ecb27ab95a39bbea8e3977f6e8 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-22 06:41:40 |
| Source code size: | 208 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 355 / 386 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |