Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

U16BitRotate

Fully qualified path: alexandria_math::U16BitRotate

pub impl U16BitRotate of BitRotate<u16>;

Impl functions

rotate_left

Fully qualified path: alexandria_math::U16BitRotate::rotate_left

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

rotate_right

Fully qualified path: alexandria_math::U16BitRotate::rotate_right

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