static Collection pnlStruct(Collection l) { int i = 0; if (l != null) for (A a : l) print((++i) + ". " + struct(a)); ret l; }