static A setMetaSrcUnlessSame(O b, A a, O src) { if (a != b) setMeta(a, +src); ret a; }