pub fn shl(a: Value, b: Value) -> DogeResultExpand description
<< — left shift. Int is arbitrary precision, so this never drops
significant bits; only a negative or too-large shift count is a catchable error.
pub fn shl(a: Value, b: Value) -> DogeResult<< — left shift. Int is arbitrary precision, so this never drops
significant bits; only a negative or too-large shift count is a catchable error.