sS stringIf(bool b, S s) { ret stringIfTrue(b, s); } sS stringIf(S s, bool b) { ret stringIf(b, s); }