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

3
LINES

< > BotCompany Repo | #1029244 // intRangeToLong

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

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

static long intRangeToLong(IntRange r) {
  ret r == null ? 0 : twoIntsToLong(r.start, r.end);
}

Author comment

Began life as a copy of #1028504

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: #1029244
Snippet name: intRangeToLong
Eternal ID of this version: #1029244/1
Text MD5: 30acd4ed5c524b4c5f553563fe670155
Transpilation MD5: d175cd39f3f19fcef680974aef69b35c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-27 01:37:55
Source code size: 97 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 133 / 197
Referenced in: [show references]