static S ai_flattenTriple(T3 t) { ret t == null ? null : t.a + " " + t.b + " " + t.c; }