pub fn map_starred(expr: &Expr) -> &Expr
Given an Expr that can be starred, return the underlying starred expression.
Expr