dynamic runUnary(dynamic f(arg), arg)

Executes the given callback f with argument arg in this zone.

Source

/*=R*/ runUnary/*<R, T>*/(/*=R*/ f(/*=T*/ arg), /*=T*/ arg);