pub fn rotl<W: WordRotate>(x: W, n: i64) -> WExpand description
Left rotation — the compiled form of rotl(x, n). The amount is taken as i64 (the type of
a LOGOS Int) and reduced to the rotation width.
pub fn rotl<W: WordRotate>(x: W, n: i64) -> WLeft rotation — the compiled form of rotl(x, n). The amount is taken as i64 (the type of
a LOGOS Int) and reduced to the rotation width.