1 | static IntRange intRangeIncreaseLast(IntRange r) {
|
2 | ret r == null ? null : intRange(r.start, r.end+1); |
3 | } |
Began life as a copy of #1023810
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024538 |
| Snippet name: | intRangeIncreaseLast |
| Eternal ID of this version: | #1024538/1 |
| Text MD5: | 437d0879da11b641e7dec8453144f808 |
| Author: | stefan |
| Category: | javax / math |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-17 17:12:38 |
| Source code size: | 107 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 418 / 475 |
| Referenced in: | [show references] |