acceptWithArgument<R, A> abstract method
Use the given visitor
to visit this type.
Implementation
R acceptWithArgument<R, A>(
TypeVisitorWithArgument<R, A> visitor,
A argument,
);
Use the given visitor
to visit this type.
R acceptWithArgument<R, A>(
TypeVisitorWithArgument<R, A> visitor,
A argument,
);