Transpiled version (64L) is out of date.
meta-for int also as double { sbool lessThanOrEqual(int a, int b) { ret a <= b; } } static <A extends Comparable<A>> bool lessThanOrEqual(A a, A b) { ret cmp(a, b) <= 0; }
Began life as a copy of #1034199
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): mowyntqkapby, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1035385 |
Snippet name: | lessThanOrEqual |
Eternal ID of this version: | #1035385/3 |
Text MD5: | 783f1d1cf16a14ea84bffb9555bf9eed |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-15 23:20:19 |
Source code size: | 178 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 155 / 217 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |