static S appendWithSpaceIfNempty(S a, S b) { ret empty(b) ? a : a + " " + b; }