static Ext ext(A a) { ret Ext(a); } static Ext mapMethodLike ext(S info, A a) { ret extTrans(info, null, a); }