1 | static Symbol subsymbol(Symbol s, int x) {
|
2 | ret s == null ? null : symbol(substring(str(s), x)); |
3 | } |
4 | |
5 | static Symbol subsymbol(Symbol s, int x, int y) {
|
6 | ret s == null ? null : symbol(substring(asString(s), x, y)); |
7 | } |
Began life as a copy of #1002637
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012683 |
| Snippet name: | subsymbol |
| Eternal ID of this version: | #1012683/3 |
| Text MD5: | 20051f0a1bc1f7722c1d51483ad1bd48 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-10 06:58:11 |
| Source code size: | 223 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 684 / 738 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |