static L printAll(L l) { for (O o : unnull(l)) print(o); ret l; }