visitInt method

R visitInt(
  1. IntClass t,
  2. D data
)

Implementation

R visitInt(IntClass t, D data) {
  return visitNumber(t, data);
}