static bool has(S a, S b, S c) { ifdef TripleAI if (ai_cache_hasTriple(a, b, c)) true; endifdef ret false; } static bool has(T3 t) { ifdef TripleAI if (ai_cache_hasTriple(t)) true; endifdef ret false; }