static TripleWeb tripleWeb(S a, S b, S c) { new TripleWeb w; w.a = a; w.b = b; w.c = c; ret w; }