static L<Pair<WebNode>> web_relationsOfTypeIC(Web web, S type) { L<Pair<WebNode>> l = new L; for (Pair<WebNode> p : keys(web.relations)) if (web_hasLabelIC(web.getRelation(p), type)) l.add(p); ret l; }
Began life as a copy of #1009971
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: | #1010011 |
| Snippet name: | web_relationsOfTypeIC |
| Eternal ID of this version: | #1010011/1 |
| Text MD5: | 5cf51bf36982403f807a0c8d2de411b0 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-28 20:50:07 |
| Source code size: | 223 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 657 / 667 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |