static S zeroToEmpty(Int i) { ret i == null || i == 0 ? "" : str(i); }