static int smallestList_l(O l) { if (l == null) ret 0; if (l cast Pair) ret 2; if (l cast Triple) ret 3; if (l instanceof O[]) ret l((O[]) l); ret 1; }
Began life as a copy of #1011504
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1011507 |
Snippet name: | smallestList_l |
Eternal ID of this version: | #1011507/4 |
Text MD5: | d31231e3afa3a3911fa9612a2b1049cf |
Author: | stefan |
Category: | javax / collections |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-27 00:03:32 |
Source code size: | 167 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 554 / 570 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011508 - smallestList_contains #1012307 - smallestList_nempty |