static VF2 ivf2ToVF2(IVF2 f) { ret f == null ? null : voidfunc(A a, B b) { f.get(a, b) }; }