Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U32BitShift

Fully qualified path: alexandria_math::U32BitShift

pub impl U32BitShift of BitShift<
    u32,
    U32Sub,
    U32Mul,
    DivImpl<u32, U32DivRem, U32TryIntoNonZero, u32Drop>,
    RemImpl<u32, U32DivRem, U32TryIntoNonZero, u32Drop>,
    U32PartialEq,
    UpcastableInto<u8, u32, UpcastableU8U32>,
    u32Drop,
    u32Copy,
>;

Impl functions

shl

Fully qualified path: alexandria_math::U32BitShift::shl

fn shl(x: u32, n: u32) -> u32