static L<Triple<WebNode, S, WebNode>> web_fromBehindTriples(WebNode node) { new L<Triple<WebNode, S, WebNode>> l; for (WebNode n : web_allBackwardRelated(node)) for (S label : web_texts(web_relation(n, node))) l.add(triple(n, label, node)); ret l; }
Began life as a copy of #1010579
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: | #1010580 |
| Snippet name: | web_fromBehindTriples |
| Eternal ID of this version: | #1010580/1 |
| Text MD5: | 57b0186edb8c0fc51f76168e567e1d78 |
| 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-22 01:44:10 |
| Source code size: | 283 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 565 / 617 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |