static S ai_findUnknownThingInTriple(T3<S> t) { if (!ai_isKnownThing(t.a)) ret t.a; if (!ai_isKnownThing(t.c)) ret t.c; if (!ai_isKnownThing(t.b)) ret t.b; null; }
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: | #1012301 |
| Snippet name: | ai_findUnknownThingInTriple |
| Eternal ID of this version: | #1012301/2 |
| Text MD5: | 98636990ee1d80cd8d55907eb4e9a714 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-27 13:44:37 |
| Source code size: | 176 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 708 / 714 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |