1 | static Pair<WebNode> web_arrow(Web web, S a, S rel, S b) {
|
2 | ret web.relation(a, rel, b); |
3 | } |
4 | |
5 | static void web_arrow(WebNode a, S rel, WebNode b) {
|
6 | a.web.relation(a, rel, b); |
7 | } |
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: | #1010043 |
| Snippet name: | web_arrow - make relation in web |
| Eternal ID of this version: | #1010043/8 |
| Text MD5: | 58f59b690c4dd99bca355fd788e51318 |
| 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-01 17:17:58 |
| Source code size: | 184 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 557 / 629 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |