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