sbool greaterOrEq(O a, O b) { ret cmp(a, b) >= 0; } sbool greaterOrEq(int a, int b) { ret a >= b; } sbool greaterOrEq(double a, double b) { ret a >= b; }
Began life as a copy of #1017577
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035495 |
| Snippet name: | greaterOrEq |
| Eternal ID of this version: | #1035495/1 |
| Text MD5: | 2364be0bb2b690be873007233a852ad0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-28 22:47:12 |
| Source code size: | 161 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 401 |
| Referenced in: | [show references] |