pub fn shr(a: Value, b: Value) -> DogeResultExpand 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.
pub fn shr(a: Value, b: Value) -> DogeResult>> — 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.