static L<Pair<WebNode>> webs_differingNodes(Web a, Web b) { L<Pair<WebNode>> l = webs_matchNodes(a, b); new L<Pair<WebNode>> out; for (Pair<WebNode> p : l) { if (web_arity(p.a) == web_arity(p.b)) continue; out.add(p); } ret out; }
Began life as a copy of #1010257
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: | #1010259 |
Snippet name: | webs_differingNodes |
Eternal ID of this version: | #1010259/1 |
Text MD5: | be62761d47e900622f4da48efd748365 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-07 19:08:32 |
Source code size: | 256 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 441 / 472 |
Referenced in: | [show references] |