Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U64BitShift

Fully qualified path: alexandria_math::U64BitShift

pub impl U64BitShift of BitShift<
    u64,
    U64Sub,
    U64Mul,
    DivImpl<u64, U64DivRem, U64TryIntoNonZero, u64Drop>,
    RemImpl<u64, U64DivRem, U64TryIntoNonZero, u64Drop>,
    U64PartialEq,
    UpcastableInto<u8, u64, UpcastableU8U64>,
    u64Drop,
    u64Copy,
>;

Impl functions

shl

Fully qualified path: alexandria_math::U64BitShift::shl

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