Skip to main content

rotl

Function rotl 

Source
pub fn rotl<W: WordRotate>(x: W, n: i64) -> W
Expand 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.