static S appendSpaceIfNempty(S s) { ret empty(s) ? s : s + " "; }