Transpiled version (29L) is out of date.
1 | sbool lessThan(int a, int b) { ret a < b; } |
2 | sbool lessThan(double a, double b) { ret a < b; } |
3 | |
4 | sbool lessThan(O a, O b) { |
5 | ret cmp(a, b) < 0; |
6 | } |
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: | 214 / 273 |
Version history: | 1 change(s) |
Referenced in: | [show references] |