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

3
LINES

< > BotCompany Repo | #1023902 // longRange_one - construct LongRange with length 1

JavaX fragment (include)

static LongRange longRange_one(long start) {
  ret new LongRange(start, start+1);
}

Author comment

Began life as a copy of #1023901

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: #1023902
Snippet name: longRange_one - construct LongRange with length 1
Eternal ID of this version: #1023902/4
Text MD5: 3c369ace66ba106900009852bbbe4246
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-12 01:16:37
Source code size: 85 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 145 / 197
Version history: 3 change(s)
Referenced in: [show references]