[][src]Type Definition arithmetic_parser::SpannedLvalue

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

Lvalue with the associated code span.