Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1029484 // intRangeIsPartOf

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2580L/16K).

sbool intRangeIsPartOf(IntRange a, IntRange b) {
  ret a.start >= b.start && a.end <= b.end;
}

Author comment

Began life as a copy of #1029483

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029484
Snippet name: intRangeIsPartOf
Eternal ID of this version: #1029484/1
Text MD5: 459f272257c0e833d8457d71ad324c7f
Transpilation MD5: bc419cc396e5e346e136aa0899b6f37f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-14 14:11:23
Source code size: 98 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 135 / 196
Referenced in: [show references]