static A first_warnIfMultiple(Collection l) { if (l(l) > 1) warn("Unexpected multitude: " + l); ret first(l); }