static VF1 vfAddToCollection(final Collection l) { ret l == null ? null : voidfunc(A a) { l.add(a) }; }