visitFunc method

R visitFunc(
  1. Func t,
  2. D data
)

Implementation

R visitFunc(Func t, D data) {
  return visitConstruct(t, data);
}