rustc_type_ir::fold

Function shift_vars

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