1 | static TripleWeb tripleWeb(Symbol a, Symbol b, Symbol c) {
|
2 | new TripleWeb w; |
3 | w.a = a; |
4 | w.b = b; |
5 | w.c = c; |
6 | w.globalID(aGlobalIDObj()); |
7 | ret w; |
8 | } |
9 | |
10 | static TripleWeb tripleWeb(T3<Symbol> t) {
|
11 | if (t == null) null; |
12 | ret tripleWeb(t.a, t.b, t.c); |
13 | } |
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: | #1012375 |
| Snippet name: | tripleWeb |
| Eternal ID of this version: | #1012375/4 |
| Text MD5: | b5df3ab6fa7e199a964e390a81847ae4 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-10 21:34:37 |
| Source code size: | 264 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 694 / 712 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |