sS appendBracketedCountUnlessZero(int n, S a) { ret n == 0 ? b : appendBracketed(a, str(n)); }