static L tripleToList(Triple t) { ret t == null ? null : ll(t.a, t.b, t.c); }