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

3
LINES

< > BotCompany Repo | #1029736 // intRange_incl - construct IntRange with end+1

JavaX fragment (include)

static IntRange intRange_incl (int start, int end) {
  ret new IntRange(start, end+1);
}

Author comment

Began life as a copy of #1008654

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: #1029736
Snippet name: intRange_incl - construct IntRange with end+1
Eternal ID of this version: #1029736/1
Text MD5: 8e08ffff686107d82846c6f1baa43607
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-09-10 00:28:59
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 106 / 146
Referenced in: [show references]