1 | static bool has_verbose(S a, S b, S c) { |
2 | bool has = ai_cache_hasTriple(a, b, c); |
3 | print((has ? "Has: " : "Doesn't have: ") + ai_renderTriple(a, b, c)); |
4 | ret has; |
5 | } |
6 | |
7 | static bool has_verbose(T3<S> t) { |
8 | ret has_verbose(t.a, t.b, t.c); |
9 | } |
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: | 402 / 415 |
Version history: | 3 change(s) |
Referenced in: | [show references] |