static <A> L<Triple<A, A, Int>> differencesElementByElement_codeTokensOnly(L<A> a, L<A> b) { L<Triple<A, A, Int>> l = new L; if (l(a) != l(b)) ret l; int n = l(a); for (int i = 1; i < n; i += 2) { A aa = a.get(i); A bb = b.get(i); if (neq(aa, bb)) l.add(triple(aa, bb, i)); } ret l; }
Began life as a copy of #1009488
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: | #1009490 | 
| Snippet name: | differencesElementByElement_codeTokensOnly | 
| Eternal ID of this version: | #1009490/1 | 
| Text MD5: | 4a7add2a9833c930c45e2cbb56466331 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-08-04 17:50:10 | 
| Source code size: | 325 bytes / 12 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 707 / 745 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |