pub type MathExpressionGraph<'a> = Graph<String, String>;
Expand description

Struct for representing mathematical expressions in order to align with source code.

Aliased Type§

struct MathExpressionGraph<'a> { /* private fields */ }