Skip to main content

shr

Function shr 

Source
pub fn shr(a: Value, b: Value) -> DogeResult
Expand description

>> — arithmetic (sign-preserving) right shift. A count larger than the value has bits saturates to the sign fill: 0 for a non-negative value, -1 for a negative one.