Libraryless. Click here for Pure Java version (3963L/23K).
1 | sbool concatenatableRanges(DoubleRange a, DoubleRange b) {
|
2 | if (a == null || b == null) false; |
3 | ret a.end == b.start; |
4 | } |
Began life as a copy of #1033294
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033297 |
| Snippet name: | concatenatableRanges |
| Eternal ID of this version: | #1033297/1 |
| Text MD5: | 5459e392ee06859da1e6a2c91a928bea |
| Transpilation MD5: | 310f27bb95a35acb4b5baabd1a148507 |
| 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 12:01:18 |
| Source code size: | 124 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 410 / 534 |
| Referenced in: | [show references] |