sbool emptyString(S s) { ret s == null || s.length() == 0; }