static A nullIfEq(A a, A b) { ret eq(a, b) ? null : b; }