sbool subListsEqualIC(LS a, int ia, LS b, int ib, int l) { while (l-- > 0) if (neqic(a.get(ia++), b.get(ib++))) false; true; }
Began life as a copy of #1013478
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023233 |
Snippet name: | subListsEqualIC |
Eternal ID of this version: | #1023233/1 |
Text MD5: | a6b8dd7555a2b5e7dd1a8b328d38437c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-18 23:37:11 |
Source code size: | 138 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 230 / 268 |
Referenced in: | [show references] |