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

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

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