static S addPrefixIfNotEmpty(S prefix, S s) { ret empty(s) ? "" : prefix + s; }