Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1010259 // webs_differingNodes

JavaX fragment (include)

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;
}

Author comment

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: 368 / 397
Referenced in: [show references]