static Ext mapMethodLike extTrans(S info, Ext src, A a) { Ext e = ext(a); mapPut(e.fieldValues, +src); mapPut(e.fieldValues, +info); ret e; }