pub fn visit_expr_repeat_mut<V>(v: &mut V, node: &mut ExprRepeat)where
    V: VisitMut + ?Sized,
Available on crate feature visit-mut only.