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

3
LINES

< > BotCompany Repo | #1008654 // intRange - construct IntRange

JavaX fragment (include)

static IntRange intRange(int start, int end) {
  ret new IntRange(start, end);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008654
Snippet name: intRange - construct IntRange
Eternal ID of this version: #1008654/1
Text MD5: 4025c141e51a4a2375697cfddf1958a2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-27 00:45:39
Source code size: 82 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 502 / 547
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008668 - shiftIntRange - shift IntRange to the right
#1023901 - longRange - construct LongRange
#1024580 - doubleRange - construct DoubleRange
#1029481 - intRangeWithLen - construct IntRange from start + length
#1029736 - intRange_incl - construct IntRange with end+1
#1032569 - emptyIntRange - IntRange with length 0