Libraryless. Click here for Pure Java version (3944L/23K).
sbool concatenatableIntRanges(IntRange a, IntRange b) { if (a == null || b == null) false; ret a.end == b.start; }
Began life as a copy of #1032570
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033294 |
| Snippet name: | concatenatableIntRanges |
| Eternal ID of this version: | #1033294/2 |
| Text MD5: | 4ee889a4cc1a2c904bcefb30aa38381b |
| Transpilation MD5: | 0cb304c2b394a4f7bc374851a98c56e9 |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-18 11:54:29 |
| Source code size: | 121 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 375 / 482 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |