Executes the given callback f
with argument arg1
and arg2
in this
zone.
Source
/*=R*/ runBinary/*<R, T1, T2>*/(
/*=R*/ f(/*=T1*/ arg1, /*=T2*/ arg2), /*=T1*/ arg1, /*=T2*/ arg2);
Executes the given callback f
with argument arg1
and arg2
in this
zone.
/*=R*/ runBinary/*<R, T1, T2>*/(
/*=R*/ f(/*=T1*/ arg1, /*=T2*/ arg2), /*=T1*/ arg1, /*=T2*/ arg2);