static S addPrefix(S prefix, S s) { ret s.startsWith(prefix) ? s : prefix + s; }