static TripleWeb tripleWeb(Symbol a, Symbol b, Symbol c) { new TripleWeb w; w.a = a; w.b = b; w.c = c; w.globalID(aGlobalIDObj()); ret w; } static TripleWeb tripleWeb(T3<Symbol> t) { if (t == null) null; ret tripleWeb(t.a, t.b, t.c); }
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: | 692 / 709 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |