1 | static S tok_join(L<S> l, int i, int j) { |
2 | ret joinSubList(l, i, j); |
3 | } |
4 | |
5 | |
6 | |
7 | static S tok_join(L<S> l, int i) { |
8 | ret joinSubList(l, i); |
9 | } |
10 | |
11 | |
12 | static S tok_join(L<S> l, IntRange r) { |
13 | ret joinSubList(l, r); |
14 | } |
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: | 354 / 386 |
| Referenced in: | [show references] |