static bool ai_hasAny(S a, S b, S c) { ret ai_text(a, b, c) != null; } static bool ai_hasAny(T3 t) { ret ai_hasAny(t.a, t.b, t.c); }