Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U32BitRotate

Fully qualified path: alexandria_math::U32BitRotate

pub impl U32BitRotate of BitRotate<u32>;

Impl functions

rotate_left

Fully qualified path: alexandria_math::U32BitRotate::rotate_left

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

rotate_right

Fully qualified path: alexandria_math::U32BitRotate::rotate_right

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