static A or_calc(A a, IF0 b) { ret a != null ? a : callF(b); } static A lambda0Like or_calc(IF0 b, A a) { ret or_calc(a, b); }