static <A> L<A> shortestList2(L<A> a, L<A> b) { ret l(a) < l(b) ? a : b; }
Began life as a copy of #1012050
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012657 |
Snippet name: | shortestList2 - return shortest of 2 lists; no special handling of null |
Eternal ID of this version: | #1012657/6 |
Text MD5: | aa4185ec2034729e6c6352e0a32e49ff |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-10 00:55:29 |
Source code size: | 78 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 380 / 416 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012659 - shortestListUnlessNull2 - return shortest of 2 lists; special handling of null |