pub fn fold_pat_range<F>(f: &mut F, node: PatRange) -> PatRange where
    F: Fold + ?Sized
Available on crate feature fold only.