static Cl orIfEmpty(Cl a, Cl b) { ret empty(a) ? b : a; }