Skip to main content

shr

Function shr 

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

>> — arithmetic right shift. A count of 64 or more saturates to 0 for a non-negative value and -1 for a negative one, matching the sign fill.