static T3 trimTriple(T3 t) { ret t == null ? null : triple(trim(t.a), trim(t.b), trim(t.c)); }