1 | sbool eqOrGreaterThan(O a, O b) { |
2 | ret greaterOrEq(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | sbool eqOrGreaterThan(int a, int b) { |
8 | ret greaterOrEq(a, b); |
9 | } |
10 | |
11 | |
12 | sbool eqOrGreaterThan(double a, double b) { |
13 | ret greaterOrEq(a, b); |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035521 |
| Snippet name: | eqOrGreaterThan - synonym of greaterOrEq |
| Eternal ID of this version: | #1035521/1 |
| Text MD5: | f5801bdc45df228ea39c6aa32e0234e4 |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-02 08:27:49 |
| Source code size: | 204 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 417 |
| Referenced in: | [show references] |