static Int zeroToNull(Int i) { ret nullIfZero(i); } static Float zeroToNull(Float f) { ret nullIfZero(f); }