static bool has_verbose(S a, S b, S c) { bool has = ai_cache_hasTriple(a, b, c); print((has ? "Has: " : "Doesn't have: ") + ai_renderTriple(a, b, c)); ret has; } static bool has_verbose(T3<S> t) { ret has_verbose(t.a, t.b, t.c); }
Began life as a copy of #1012111
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: | #1012299 | 
| Snippet name: | has_verbose | 
| Eternal ID of this version: | #1012299/4 | 
| Text MD5: | b4daf8eceb983c89dcd12900c74a92db | 
| 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:19:21 | 
| Source code size: | 247 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 626 / 644 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |