static A singletonOpt(Collection l) { ret l(l) == 1 ? first(l) : null; } static A singletonOpt(A[] l) { ret l(l) == 1 ? first(l) : null; }