sbool mapMethodLike dynShortNameIs(S name, O o) { ret eq(dynShortName(o), name); } sbool dynShortNameIs(O o, S name) { ret dynShortNameIs(name, o); }