Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U8BitRotate

Fully qualified path: alexandria_math::U8BitRotate

pub impl U8BitRotate of BitRotate<u8>;

Impl functions

rotate_left

Fully qualified path: alexandria_math::U8BitRotate::rotate_left

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

rotate_right

Fully qualified path: alexandria_math::U8BitRotate::rotate_right

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