1 | static bool ai_tripleAllowedToPost(T3<S> t) {
|
2 | //ret all(f ai_nodeNameAllowedToPost, tripleToList(t)); |
3 | ret ai_nodeNameAllowedToPost(t.a) |
4 | && ai_nodeNameAllowedToPost(t.b) |
5 | && ai_nodeNameAllowedToPost(t.c); |
6 | } |
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: | #1011630 |
| Snippet name: | ai_tripleAllowedToPost - don't want to post raw variables to cache |
| Eternal ID of this version: | #1011630/4 |
| Text MD5: | 73c4bbadb0618bcd4121fad3176ba5f4 |
| 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-17 01:07:15 |
| Source code size: | 221 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 807 / 861 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |