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: | 213 / 271 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035385 - lessThanOrEqual |