accept<T> method
Double-dispatch: Dispatches the visitor to the corresponding visit method
Implementation
@override
T accept<T>(LatexVisitor<T> visitor) =>
visitor.visitManualSizedDelimiter(this);
Double-dispatch: Dispatches the visitor to the corresponding visit method
@override
T accept<T>(LatexVisitor<T> visitor) =>
visitor.visitManualSizedDelimiter(this);