sbool anyEmpty(S... strings) { fOr (S s : strings) if (empty(s)) true; false; }