Type Definition arithmetic_parser::SpannedLvalue[][src]

type SpannedLvalue<'a, T> = Spanned<'a, Lvalue<'a, T>>;
Expand description

Lvalue with the associated code span.