static T3 ai_tripleWithoutQuestionMark(T3 t) { ret t3(t.a, dropSuffix("?", dropSuffix(" (?)", t.b)), t.c); }