Function rslint_parser::syntax::expr::postfix_expr[][src]

pub fn postfix_expr(p: &mut Parser<'_>) -> Option<CompletedMarker>
Expand description

A postifx expression, either LHSExpr [no linebreak] ++ or LHSExpr [no linebreak] --.