visitTuple<T> method

R visitTuple<T>(
  1. Tuple t,
  2. List<CType> components,
  3. D data
)

Implementation

R visitTuple<T>(Tuple t, List<CType> components, D data) {
  return visitConstruct(t, data);
}