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