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

9
LINES

< > BotCompany Repo | #1032437 // safeToInt - synonym of toInt

JavaX fragment (include)

static int safeToInt(O o) {
  ret toInt(o);
}



static int safeToInt(long l) {
  ret toInt(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032437
Snippet name: safeToInt - synonym of toInt
Eternal ID of this version: #1032437/1
Text MD5: bb1c148b51ed24448e47e76f4bcd608c
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-05 06:20:05
Source code size: 99 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 116 / 141
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)