static bool subListsEqual(L a, int ia, L b, int ib, int l) { while (l-- > 0) if (neq(a.get(ia++), b.get(ib++))) false; true; }
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: | #1013478 |
Snippet name: | subListsEqual |
Eternal ID of this version: | #1013478/1 |
Text MD5: | e7332d0c3fe3288bbebc8598576f2968 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-07 14:09:05 |
Source code size: | 138 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 492 / 506 |
Referenced in: | [show references] |