static Ext extLift(Ext a, B b) { Ext ext = ext(b); copyDynamicObjectValues(a, ext); ret ext; }