static L dropElement(Collection c, final A element) { ret [A a : unnull(c) | neq(a, element)]; }