static Int nullIfZero(Int i) { ret eq(i, 0) ? null : i; }