Libraryless. Click here for Pure Java version (2630L/17K).
1 | sbool anyIntRangeContains(Iterable<IntRange> ranges, int i) {
|
2 | ret any(ranges, r -> intRangeContains(r, i)); |
3 | } |
Began life as a copy of #1024540
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030446 |
| Snippet name: | anyIntRangeContains - true if any range contains the value |
| Eternal ID of this version: | #1030446/5 |
| Text MD5: | ae7beaa03da470884dd2cc0d12c01880 |
| Transpilation MD5: | 6797f5325dc045bbc236f8868a5b7221 |
| Author: | stefan |
| Category: | javax / math |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-17 20:26:47 |
| Source code size: | 113 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 436 / 552 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |