static S appendPrefixIfNempty(S prefix, S s) { ret prependIfNempty(prefix, s); }