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