static int minInt(Iterable<Int> l) { ret intMin(l); } static int minInt(int... l) { ret intMin(l); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030347 |
| Snippet name: | minInt - synonym of intMin |
| Eternal ID of this version: | #1030347/1 |
| Text MD5: | 87d01322b3556bfe6de4911ba377f14f |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-05 20:49:47 |
| Source code size: | 109 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 410 / 431 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |