1 | static IntRange shrinkIntRange(IntRange r, int i) {
|
2 | ret r == null ? null : intRange(r.start+i, r.end-i); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019159 |
| Snippet name: | shrinkIntRange |
| Eternal ID of this version: | #1019159/1 |
| Text MD5: | d31ed1729bc7c276d72474d902c57ac1 |
| Author: | stefan |
| Category: | javax / math |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-25 23:56:01 |
| Source code size: | 110 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 659 / 712 |
| Referenced in: | [show references] |