Function rustc_type_ir::fold::shift_vars

source ยท
pub fn shift_vars<I: Interner, T>(cx: I, value: T, amount: u32) -> T
where T: TypeFoldable<I>,