static L removeDyn(L l, A a) { if (l == null) null; l.remove(a); ret empty(l) ? null : l; }