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

6
LINES

< > BotCompany Repo | #1034199 // lessThan

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

Transpiled version (29L) is out of date.

sbool lessThan(int a, int b) { ret a < b; }
sbool lessThan(double a, double b) { ret a < b; }

sbool lessThan(O a, O b) {
  ret cmp(a, b) < 0;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034199
Snippet name: lessThan
Eternal ID of this version: #1034199/2
Text MD5: 9d31c82ff71f6d15b4871a071797248f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-09-30 20:47:36
Source code size: 149 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 98 / 151
Version history: 1 change(s)
Referenced in: [show references]